Update versions

This commit is contained in:
Divyam 2026-04-25 21:48:05 +05:30
parent cecdeddd34
commit adddb614e1
2 changed files with 6 additions and 1 deletions

View file

@ -4,7 +4,7 @@ WORKDIR /app
RUN apk --no-cache add curl nodejs npm
RUN npm install -D tailwindcss
RUN npm install -D tailwindcss@3
RUN go install github.com/a-h/templ/cmd/templ@latest
@ -13,6 +13,9 @@ RUN go mod download
COPY . .
RUN go get github.com/a-h/templ@latest
RUN go mod tidy
RUN templ generate

View file

@ -57,6 +57,8 @@ spec:
configMapKeyRef:
name: fastbin-config
key: DB_PASSWORD
- name: PGDATA
value: /var/lib/postgresql/data/pgdata
volumeMounts:
- mountPath: /var/lib/postgresql/data
name: psql-storage