add pg 1.9.0 migration

This commit is contained in:
miloschwartz
2025-08-18 15:29:04 -07:00
parent ac8b546393
commit 378de19f41
4 changed files with 128 additions and 11 deletions

View File

@@ -7,6 +7,8 @@ services:
POSTGRES_DB: postgres # Default database name
POSTGRES_USER: postgres # Default user
POSTGRES_PASSWORD: password # Default password (change for production!)
volumes:
- ./config/postgres:/var/lib/postgresql/data
ports:
- "5432:5432" # Map host port 5432 to container port 5432
restart: no
restart: no