ops: expose production postgres on port 5433 for local dev access
All checks were successful
Deploy to Production / deploy (push) Successful in 51s

This commit is contained in:
Johngreen
2026-02-10 17:19:49 +09:00
parent b9513897fc
commit b8217543c4

View File

@@ -9,6 +9,8 @@ services:
POSTGRES_USER: factoryops
POSTGRES_PASSWORD: factoryops
POSTGRES_DB: factoryops_v2
ports:
- "5433:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck: