Fix timescale_db: remove empty ports key causing Coolify deploy failure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
77bc3a9eca
commit
2fbd286d29
1 changed files with 0 additions and 2 deletions
|
|
@ -2,8 +2,6 @@ services:
|
||||||
timescale_db:
|
timescale_db:
|
||||||
image: timescale/timescaledb-ha:pg16-ts2.15-oss
|
image: timescale/timescaledb-ha:pg16-ts2.15-oss
|
||||||
restart: always
|
restart: always
|
||||||
# No ports needed if only internal, but keep for CLI access if desired
|
|
||||||
ports:
|
|
||||||
environment:
|
environment:
|
||||||
- POSTGRES_DB=${POSTGRES_DB}
|
- POSTGRES_DB=${POSTGRES_DB}
|
||||||
- POSTGRES_USER=${POSTGRES_USER}
|
- POSTGRES_USER=${POSTGRES_USER}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue