add docker compose files
This commit is contained in:
12
docker-compose.timescaledb.yml
Normal file
12
docker-compose.timescaledb.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
timescaledb:
|
||||
container_name: timescaledb
|
||||
environment:
|
||||
- POSTGRES_USER="${TIMESCALEDB_USER:?}"
|
||||
- POSTGRES_PASSWORD="${TIMESCALEDB_PASSWORD:?}"
|
||||
image: timescale/timescaledb:2.7.1-pg14
|
||||
ports:
|
||||
- 6543:5432
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/mezzo/scratch/timescaledb:/var/lib/postgresql/data
|
||||
Reference in New Issue
Block a user