Rename .yml to .yaml
This commit is contained in:
11
docker-compose.timescaledb.yaml
Normal file
11
docker-compose.timescaledb.yaml
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