chore: upgrade pgautoupgrade to 18-alpine, pin PGDATA=/var/lib/postgresql/data
All checks were successful
cc-ci/testme cc-ci: success
All checks were successful
cc-ci/testme cc-ci: success
This commit is contained in:
@ -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:
|
||||
|
||||
Reference in New Issue
Block a user