This commit is contained in:
kurt-mcrae
2025-01-08 20:17:34 +11:00
parent 2f98d21e2f
commit 2fe42ccb98

View File

@@ -34,7 +34,6 @@ services:
timescaledb-prod:
image: timescale/timescaledb-ha:pg17
ports:
#this is exposed only to the docker network, so don't worry about this
- "5432:5432"
environment:
- POSTGRES_PASSWORD=${DB_PASSWORD}