reorder timescaledb compose file

This commit is contained in:
2025-09-01 09:21:14 +02:00
parent 7ab7c0bd7c
commit b012ea267d

View File

@@ -1,10 +1,10 @@
services: services:
timescaledb: timescaledb:
container_name: timescaledb container_name: timescaledb
image: timescale/timescaledb:2.17.2-pg17
environment: environment:
- POSTGRES_USER=${TIMESCALEDB_USER:?} - POSTGRES_USER=${TIMESCALEDB_USER:?}
- POSTGRES_PASSWORD=${TIMESCALEDB_PASSWORD:?} - POSTGRES_PASSWORD=${TIMESCALEDB_PASSWORD:?}
image: timescale/timescaledb:2.17.2-pg17
ports: ports:
- 6543:5432 - 6543:5432
restart: unless-stopped restart: unless-stopped