|
@@ -1,24 +1,24 @@
|
|
version: '3'
|
|
version: '3'
|
|
|
|
|
|
services:
|
|
services:
|
|
- app_order_service_beta:
|
|
|
|
|
|
+ app_community_service_beta:
|
|
image: harbor.caihongxingqiu.com:9401/library/php:latest
|
|
image: harbor.caihongxingqiu.com:9401/library/php:latest
|
|
tty: true
|
|
tty: true
|
|
working_dir: /var/www
|
|
working_dir: /var/www
|
|
volumes:
|
|
volumes:
|
|
- ./:/var/www
|
|
- ./:/var/www
|
|
- ./deploy/php/local.ini:/usr/local/etc/php/conf.d/local.ini
|
|
- ./deploy/php/local.ini:/usr/local/etc/php/conf.d/local.ini
|
|
- - /data/wwwroot/beta/order-service:/data/wwwroot/beta/order-service
|
|
|
|
|
|
+ - /data/wwwroot/beta/community-service:/data/wwwroot/beta/community-service
|
|
networks:
|
|
networks:
|
|
- chxq
|
|
- chxq
|
|
|
|
|
|
- server_order_service_beta:
|
|
|
|
|
|
+ server_community_service_beta:
|
|
image: harbor.caihongxingqiu.com:9401/library/nginx:latest
|
|
image: harbor.caihongxingqiu.com:9401/library/nginx:latest
|
|
tty: true
|
|
tty: true
|
|
depends_on:
|
|
depends_on:
|
|
- - app_order_service_beta
|
|
|
|
|
|
+ - app_community_service_beta
|
|
ports:
|
|
ports:
|
|
- - "28213:80"
|
|
|
|
|
|
+ - "28218:80"
|
|
volumes:
|
|
volumes:
|
|
- ./:/var/www
|
|
- ./:/var/www
|
|
- ./deploy/nginx/conf.d/app.beta.conf:/etc/nginx/conf.d/app.beta.conf
|
|
- ./deploy/nginx/conf.d/app.beta.conf:/etc/nginx/conf.d/app.beta.conf
|