Commit a7839193 authored by 吴文龙's avatar 吴文龙

修复htwin-dbapi依赖问题

parent 4d8cdf15
......@@ -5,4 +5,6 @@ services:
container_name: htwin-maneger
ports:
- "8522:80"
restart: always
\ No newline at end of file
restart: always
depends_on:
- htwin-dbapi
\ No newline at end of file
......@@ -6,6 +6,8 @@ services:
ports:
- "8521:80"
restart: always
depends_on:
- htwin-dbapi
sdhl-dashboard:
image: 47.110.145.204:8084/huansiyl/sdhl-iot/hengli-dashboard:dev
......@@ -14,4 +16,6 @@ services:
- "8525:80"
volumes:
- ./web-conf/nginx.conf:/etc/nginx/nginx.conf
restart: always
\ No newline at end of file
restart: always
depends_on:
- htwin-dbapi
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment