remove docker- prefix

This commit is contained in:
2025-06-07 11:14:05 +02:00
parent 82577aa597
commit 52b5a1676d
34 changed files with 52 additions and 52 deletions

13
compose.timescaledb.yaml Normal file
View File

@@ -0,0 +1,13 @@
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