rename docker-compose to compose

This commit is contained in:
2025-12-06 13:03:06 +01:00
parent d59ed1c749
commit 7c70cc7760
13 changed files with 23 additions and 23 deletions

12
compose.timescaledb.yaml Normal file
View File

@@ -0,0 +1,12 @@
services:
timescaledb:
container_name: timescaledb
environment:
- POSTGRES_USER=timescaleuser
- POSTGRES_PASSWORD=timescalepwd
image: timescale/timescaledb:2.7.1-pg14
ports:
- 6543:5432
restart: unless-stopped
volumes:
- /media/scratch/timescaledb:/var/lib/postgresql/data