node configure增改接近完成,删除后端还没做
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
services:
|
||||
scada:
|
||||
container_name: edge_manager
|
||||
build: .
|
||||
image: edge_manager:latest
|
||||
network_mode: "host"
|
||||
image: edge_manager
|
||||
network_mode: host
|
||||
volumes:
|
||||
- $PWD:/EdgeManager
|
||||
restart: unless-stopped
|
||||
tty: true
|
||||
|
||||
timescaledb:
|
||||
container_name: tsdb
|
||||
image: timescale/timescaledb-ha:pg14-latest
|
||||
network_mode: "host"
|
||||
network_mode: host
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_PASSWORD: big_dick
|
||||
|
||||
Reference in New Issue
Block a user