fix: wfc-nginx create after wfc-auth
This commit is contained in:
@@ -90,9 +90,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
wfc-nacos:
|
wfc-nacos:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
# links:
|
|
||||||
# - wfc-redis
|
|
||||||
# - wfc-nacos
|
|
||||||
environment:
|
environment:
|
||||||
- NACOS_PROFILE_NAME=${NACOS_PROFILE_NAME}
|
- NACOS_PROFILE_NAME=${NACOS_PROFILE_NAME}
|
||||||
- NACOS_NAME_SPACE=${NACOS_NAME_SPACE}
|
- NACOS_NAME_SPACE=${NACOS_NAME_SPACE}
|
||||||
@@ -125,8 +122,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
wfc-nacos:
|
wfc-nacos:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
# links:
|
|
||||||
# - wfc-redis
|
|
||||||
environment:
|
environment:
|
||||||
- NACOS_PROFILE_NAME=${NACOS_PROFILE_NAME}
|
- NACOS_PROFILE_NAME=${NACOS_PROFILE_NAME}
|
||||||
- NACOS_NAME_SPACE=${NACOS_NAME_SPACE}
|
- NACOS_NAME_SPACE=${NACOS_NAME_SPACE}
|
||||||
@@ -163,9 +158,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
wfc-gateway:
|
wfc-gateway:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
# links:
|
|
||||||
# - wfc-redis
|
|
||||||
# - wfc-mysql
|
|
||||||
environment:
|
environment:
|
||||||
- NACOS_PROFILE_NAME=${NACOS_PROFILE_NAME}
|
- NACOS_PROFILE_NAME=${NACOS_PROFILE_NAME}
|
||||||
- NACOS_NAME_SPACE=${NACOS_NAME_SPACE}
|
- NACOS_NAME_SPACE=${NACOS_NAME_SPACE}
|
||||||
@@ -196,9 +188,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
wfc-gateway:
|
wfc-gateway:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
# links:
|
|
||||||
# - wfc-redis
|
|
||||||
# - wfc-mysql
|
|
||||||
environment:
|
environment:
|
||||||
- NACOS_PROFILE_NAME=${NACOS_PROFILE_NAME}
|
- NACOS_PROFILE_NAME=${NACOS_PROFILE_NAME}
|
||||||
- NACOS_NAME_SPACE=${NACOS_NAME_SPACE}
|
- NACOS_NAME_SPACE=${NACOS_NAME_SPACE}
|
||||||
@@ -252,8 +241,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
wfc-gateway:
|
wfc-gateway:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
# links:
|
|
||||||
# - wfc-mysql
|
|
||||||
environment:
|
environment:
|
||||||
- NACOS_PROFILE_NAME=${NACOS_PROFILE_NAME}
|
- NACOS_PROFILE_NAME=${NACOS_PROFILE_NAME}
|
||||||
- NACOS_NAME_SPACE=${NACOS_NAME_SPACE}
|
- NACOS_NAME_SPACE=${NACOS_NAME_SPACE}
|
||||||
@@ -286,9 +273,6 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
wfc-gateway:
|
wfc-gateway:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
# links:
|
|
||||||
# - wfc-redis
|
|
||||||
# - wfc-mysql
|
|
||||||
environment:
|
environment:
|
||||||
- NACOS_PROFILE_NAME=${NACOS_PROFILE_NAME}
|
- NACOS_PROFILE_NAME=${NACOS_PROFILE_NAME}
|
||||||
- NACOS_NAME_SPACE=${NACOS_NAME_SPACE}
|
- NACOS_NAME_SPACE=${NACOS_NAME_SPACE}
|
||||||
@@ -315,10 +299,10 @@ services:
|
|||||||
- ./nginx/logs:/var/log/nginx
|
- ./nginx/logs:/var/log/nginx
|
||||||
- ./nginx/conf.d:/etc/nginx/conf.d
|
- ./nginx/conf.d:/etc/nginx/conf.d
|
||||||
depends_on:
|
depends_on:
|
||||||
|
wfc-auth:
|
||||||
|
condition: service_healthy
|
||||||
wfc-gateway:
|
wfc-gateway:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
# links:
|
|
||||||
# - wfc-gateway
|
|
||||||
environment:
|
environment:
|
||||||
- GATEWAY_SERVER_IP=${GATEWAY_SERVER_IP}
|
- GATEWAY_SERVER_IP=${GATEWAY_SERVER_IP}
|
||||||
- GATEWAY_SERVER_PORT=${GATEWAY_SERVER_PORT}
|
- GATEWAY_SERVER_PORT=${GATEWAY_SERVER_PORT}
|
||||||
|
|||||||
Reference in New Issue
Block a user