移除 xxl-job的网络配置
This commit is contained in:
@@ -3,8 +3,6 @@ services:
|
|||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
container_name: offerpie-backend-client-nginx
|
container_name: offerpie-backend-client-nginx
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
|
||||||
- xxl-job-network
|
|
||||||
ports:
|
ports:
|
||||||
- "10202:80"
|
- "10202:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -27,8 +25,6 @@ services:
|
|||||||
dockerfile: client-api/Dockerfile
|
dockerfile: client-api/Dockerfile
|
||||||
container_name: offerpie-backend-client-blue
|
container_name: offerpie-backend-client-blue
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
|
||||||
- xxl-job-network
|
|
||||||
expose:
|
expose:
|
||||||
- "8080"
|
- "8080"
|
||||||
environment:
|
environment:
|
||||||
@@ -55,8 +51,6 @@ services:
|
|||||||
dockerfile: client-api/Dockerfile
|
dockerfile: client-api/Dockerfile
|
||||||
container_name: offerpie-backend-client-green
|
container_name: offerpie-backend-client-green
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
|
||||||
- xxl-job-network
|
|
||||||
expose:
|
expose:
|
||||||
- "8080"
|
- "8080"
|
||||||
environment:
|
environment:
|
||||||
@@ -77,6 +71,4 @@ services:
|
|||||||
memory: 2G
|
memory: 2G
|
||||||
cpus: '2'
|
cpus: '2'
|
||||||
|
|
||||||
networks:
|
|
||||||
xxl-job-network:
|
|
||||||
external: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user