Files
EdgeManager/docker-compose.yml

18 lines
381 B
YAML
Raw Normal View History

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