mirror of
https://gitee.com/mao-peng/MangoTestingPlatform.git
synced 2025-12-06 11:59:15 +08:00
优化
This commit is contained in:
@@ -6,7 +6,7 @@ from src.tools import project_dir
|
||||
# ****************************************** 是否公开给其他人使用 ****************************************** #
|
||||
IS_OPEN = False
|
||||
# ****************************************** DEBUG ****************************************** #
|
||||
IS_DEBUG = True
|
||||
IS_DEBUG = False
|
||||
# ************************************** 是否弹出首页弹窗 ************************************** #
|
||||
IS_WINDOW = True
|
||||
|
||||
|
||||
@@ -97,10 +97,7 @@ services:
|
||||
networks:
|
||||
app_network:
|
||||
aliases: [actuator]
|
||||
deploy:
|
||||
restart_policy:
|
||||
condition: any
|
||||
delay: 15s
|
||||
|
||||
networks:
|
||||
app_network:
|
||||
driver: bridge
|
||||
@@ -4,6 +4,6 @@ docker rmi $(docker images -f "dangling=true" -q) 2>/dev/null || true
|
||||
git pull
|
||||
docker compose build
|
||||
docker compose up -d
|
||||
sleep 10
|
||||
sleep 15
|
||||
docker logs mangotestingplatform-mango_server-1
|
||||
docker logs mangotestingplatform-mango_actuator-1
|
||||
Reference in New Issue
Block a user