chore: upgrade db to pgautoupgrade/pgautoupgrade:18-alpine #3

Open
autonomic-bot wants to merge 5 commits from upgrade-341922a into main
Showing only changes of commit c236531def - Show all commits
+2 -1
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: