rename compose extension

This commit is contained in:
2024-12-22 17:04:54 +01:00
parent f04965dcbf
commit bc45e0df27
13 changed files with 24 additions and 24 deletions

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:
- /opt/timescaledb:/var/lib/postgresql/data