ops: expose production postgres on port 5433 for local dev access
All checks were successful
Deploy to Production / deploy (push) Successful in 51s
All checks were successful
Deploy to Production / deploy (push) Successful in 51s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user