2022-07-01 21:51:30 +08:00
|
|
|
services:
|
|
|
|
|
scada:
|
2022-07-02 10:58:03 +08:00
|
|
|
container_name: edge_manager
|
|
|
|
|
build: .
|
|
|
|
|
image: edge_manager:latest
|
2022-07-01 21:51:30 +08:00
|
|
|
network_mode: "host"
|
|
|
|
|
volumes:
|
2022-07-02 10:58:03 +08:00
|
|
|
- $PWD:/EdgeManager
|
2022-07-01 21:51:30 +08:00
|
|
|
restart: unless-stopped
|
|
|
|
|
|
|
|
|
|
timescaledb:
|
|
|
|
|
container_name: tsdb
|
|
|
|
|
image: timescale/timescaledb-ha:pg14-latest
|
|
|
|
|
network_mode: "host"
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
environment:
|
|
|
|
|
POSTGRES_PASSWORD: big_dick
|