Compare commits

...

2 Commits

Author SHA1 Message Date
c236531def chore: upgrade pgautoupgrade to 18-alpine, pin PGDATA=/var/lib/postgresql/data
All checks were successful
cc-ci/testme cc-ci: success
2026-07-03 04:38:52 +00:00
341922a2df chore: upgrade pgautoupgrade from 16-alpine to 17-alpine
All checks were successful
cc-ci/testme cc-ci: success
2026-06-22 21:33:32 +00:00

View File

@ -14,11 +14,12 @@ services:
secrets: secrets:
- db_password - db_password
db: db:
image: pgautoupgrade/pgautoupgrade:16-alpine image: pgautoupgrade/pgautoupgrade:18-alpine
environment: environment:
- POSTGRES_USER=codimd - POSTGRES_USER=codimd
- POSTGRES_PASSWORD_FILE=/run/secrets/db_password - POSTGRES_PASSWORD_FILE=/run/secrets/db_password
- POSTGRES_DB=codimd - POSTGRES_DB=codimd
- PGDATA=/var/lib/postgresql/data
volumes: volumes:
- "postgres:/var/lib/postgresql/data" - "postgres:/var/lib/postgresql/data"
secrets: secrets: