|
@@ -1,7 +1,7 @@
|
|
version: '3'
|
|
version: '3'
|
|
|
|
|
|
services:
|
|
services:
|
|
- app_order_manage_beta:
|
|
|
|
|
|
+ app_community_manage_dev:
|
|
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
|
|
@@ -12,11 +12,11 @@ services:
|
|
networks:
|
|
networks:
|
|
- chxq
|
|
- chxq
|
|
|
|
|
|
- server_order_manage_beta:
|
|
|
|
|
|
+ server_community_manage_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_manage_beta
|
|
|
|
|
|
+ - app_community_manage_dev
|
|
ports:
|
|
ports:
|
|
- "28218:80"
|
|
- "28218:80"
|
|
volumes:
|
|
volumes:
|