cloud creation
This commit is contained in:
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
timescaledb:
|
||||
container_name: cloud-timescaledb
|
||||
image: timescale/timescaledb:latest-pg17
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_DB: drill_cloud_v2
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
ports:
|
||||
- "5437:5432"
|
||||
volumes:
|
||||
- drill-cloud-v2-timescale:/var/lib/postgresql/data
|
||||
|
||||
volumes:
|
||||
drill-cloud-v2-timescale:
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user