chore: upgrade pgautoupgrade to 18-alpine, pin PGDATA=/var/lib/postgresql/data
All checks were successful
cc-ci/testme cc-ci: success

This commit is contained in:
autonomic-bot
2026-07-03 04:38:52 +00:00
parent 341922a2df
commit c236531def

View File

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