chore: upgrade db to pgautoupgrade/pgautoupgrade:17-alpine
cc-ci/testme cc-ci: failure

This commit is contained in:
autonomic-bot
2026-08-14 02:42:10 +00:00
+1 -2
View File
@@ -14,12 +14,11 @@ services:
secrets:
- db_password
db:
image: pgautoupgrade/pgautoupgrade:18-alpine
image: pgautoupgrade/pgautoupgrade:17-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: