lint compose files

This commit is contained in:
2025-07-30 13:37:18 +02:00
parent 817b8ad1c6
commit 48025fae12
36 changed files with 561 additions and 543 deletions

View File

@@ -1,13 +1,12 @@
services:
timescaledb:
container_name: timescaledb
environment:
- 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
timescaledb:
container_name: timescaledb
environment:
- 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