增加pg的php支持;更改项目名

This commit is contained in:
Yu Sun
2022-07-02 10:58:03 +08:00
parent cd3f6d6621
commit b02a1107f2
3 changed files with 6 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
services:
scada:
container_name: scada
build:
context: .
container_name: edge_manager
build: .
image: edge_manager:latest
network_mode: "host"
volumes:
- $PWD:/SCADA
- $PWD:/EdgeManager
restart: unless-stopped
timescaledb: