ops: change postgres external port from 5433 to 8200
All checks were successful
Deploy to Production / deploy (push) Successful in 46s

This commit is contained in:
Johngreen
2026-02-10 17:43:46 +09:00
parent b8217543c4
commit 4c42f7aff8

View File

@@ -10,7 +10,7 @@ services:
POSTGRES_PASSWORD: factoryops
POSTGRES_DB: factoryops_v2
ports:
- "5433:5432"
- "8200:5432"
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck: