Update versions
This commit is contained in:
parent
cecdeddd34
commit
adddb614e1
2 changed files with 6 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ WORKDIR /app
|
||||||
|
|
||||||
RUN apk --no-cache add curl nodejs npm
|
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
|
RUN go install github.com/a-h/templ/cmd/templ@latest
|
||||||
|
|
||||||
|
|
@ -13,6 +13,9 @@ RUN go mod download
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
RUN go get github.com/a-h/templ@latest
|
||||||
|
RUN go mod tidy
|
||||||
|
|
||||||
RUN templ generate
|
RUN templ generate
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -57,6 +57,8 @@ spec:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: fastbin-config
|
name: fastbin-config
|
||||||
key: DB_PASSWORD
|
key: DB_PASSWORD
|
||||||
|
- name: PGDATA
|
||||||
|
value: /var/lib/postgresql/data/pgdata
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /var/lib/postgresql/data
|
- mountPath: /var/lib/postgresql/data
|
||||||
name: psql-storage
|
name: psql-storage
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue