初始化仓库;提供php和tsdb开发环境配置
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user