This commit is contained in:
2025-01-31 09:19:32 +01:00
parent 66db022d74
commit 6b1454c464
7 changed files with 26 additions and 43 deletions

View File

@@ -2,11 +2,12 @@ services:
timescaledb:
container_name: timescaledb
environment:
- POSTGRES_USER="${TIMESCALEDB_USER:?}"
- POSTGRES_PASSWORD="${TIMESCALEDB_PASSWORD:?}"
image: timescale/timescaledb:2.7.1-pg14
- POSTGRES_USER=${TIMESCALEDB_USER:?}
- POSTGRES_PASSWORD=${TIMESCALEDB_PASSWORD:?}
image: timescale/timescaledb:2.17.2-pg17
ports:
- 6543:5432
restart: unless-stopped
volumes:
- /mnt/mezzo/scratch/timescaledb:/var/lib/postgresql/data