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

修复htwin-dbapi依赖问题

parent 4d8cdf15
...@@ -5,4 +5,6 @@ services: ...@@ -5,4 +5,6 @@ services:
container_name: htwin-maneger container_name: htwin-maneger
ports: ports:
- "8522:80" - "8522:80"
restart: always restart: always
\ No newline at end of file depends_on:
- htwin-dbapi
\ No newline at end of file
...@@ -6,6 +6,8 @@ services: ...@@ -6,6 +6,8 @@ services:
ports: ports:
- "8521:80" - "8521:80"
restart: always restart: always
depends_on:
- htwin-dbapi
sdhl-dashboard: sdhl-dashboard:
image: 47.110.145.204:8084/huansiyl/sdhl-iot/hengli-dashboard:dev image: 47.110.145.204:8084/huansiyl/sdhl-iot/hengli-dashboard:dev
...@@ -14,4 +16,6 @@ services: ...@@ -14,4 +16,6 @@ services:
- "8525:80" - "8525:80"
volumes: volumes:
- ./web-conf/nginx.conf:/etc/nginx/nginx.conf - ./web-conf/nginx.conf:/etc/nginx/nginx.conf
restart: always restart: always
\ No newline at end of file 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