reorder timescaledb compose file
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user