Switch to pgautoupgrade to handle major database upgrades

This commit is contained in:
3wc 2025-02-24 12:33:07 -05:00
parent 674cbd0431
commit 73c8b662d4

View File

@ -14,7 +14,7 @@ services:
secrets:
- db_password
db:
image: postgres:16.4-alpine
image: pgautoupgrade/pgautoupgrade:16-alpine
environment:
- POSTGRES_USER=codimd
- POSTGRES_PASSWORD_FILE=/run/secrets/db_password