Split docker-compose.yml into one file per service
This commit is contained in:
11
docker-compose.timescaledb.yml
Normal file
11
docker-compose.timescaledb.yml
Normal 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
|
||||
Reference in New Issue
Block a user