Rename docker-compose.*.yaml to compose*.yaml

This commit is contained in:
Bram Veenboer
2025-06-17 16:02:01 +02:00
parent ea4b32d2ce
commit 764ebb400a
30 changed files with 46 additions and 46 deletions

11
compose.timescaledb.yaml Normal file
View File

@@ -0,0 +1,11 @@
services:
timescaledb:
container_name: timescaledb
environment:
- POSTGRES_USER=timescaleuser
- POSTGRES_PASSWORD=timescalepwd
image: timescale/timescaledb:2.7.1-pg14
ports:
- 6543:5432
volumes:
- /opt/timescaledb:/var/lib/postgresql/data