|
@@ -59,7 +59,7 @@ services:
|
|
|
command: '/bin/sh -c ''while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g "daemon off;"'''
|
|
command: '/bin/sh -c ''while :; do sleep 6h & wait $${!}; nginx -s reload; done & nginx -g "daemon off;"'''
|
|
|
ports:
|
|
ports:
|
|
|
- ${WEB_PORT:-80}:80
|
|
- ${WEB_PORT:-80}:80
|
|
|
- - 5173:5173
|
|
|
|
|
|
|
+# - 5172:5173
|
|
|
volumes:
|
|
volumes:
|
|
|
- ./public:/var/frontend
|
|
- ./public:/var/frontend
|
|
|
- ./:/var/www
|
|
- ./:/var/www
|
|
@@ -90,8 +90,6 @@ services:
|
|
|
volumes:
|
|
volumes:
|
|
|
- ./docker/mysql/my.cnf:/etc/my.cnf
|
|
- ./docker/mysql/my.cnf:/etc/my.cnf
|
|
|
- ./docker/database:/var/lib/mysql
|
|
- ./docker/database:/var/lib/mysql
|
|
|
- ports:
|
|
|
|
|
- - 33061:3306
|
|
|
|
|
networks:
|
|
networks:
|
|
|
- cpa-network
|
|
- cpa-network
|
|
|
|
|
|