初始化仓库;提供php和tsdb开发环境配置

This commit is contained in:
Yu Sun
2022-07-01 21:51:30 +08:00
commit 872045acbf
4 changed files with 91 additions and 0 deletions

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
services:
scada:
container_name: scada
build:
context: .
network_mode: "host"
volumes:
- $PWD:/SCADA
restart: unless-stopped
timescaledb:
container_name: tsdb
image: timescale/timescaledb-ha:pg14-latest
network_mode: "host"
restart: unless-stopped
environment:
POSTGRES_PASSWORD: big_dick