This commit is contained in:
毛鹏
2025-11-28 20:33:43 +08:00
parent 7080e1f94f
commit b323f4f77c
3 changed files with 3 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ from src.tools import project_dir
# ****************************************** 是否公开给其他人使用 ****************************************** #
IS_OPEN = False
# ****************************************** DEBUG ****************************************** #
IS_DEBUG = True
IS_DEBUG = False
# ************************************** 是否弹出首页弹窗 ************************************** #
IS_WINDOW = True

View File

@@ -97,10 +97,7 @@ services:
networks:
app_network:
aliases: [actuator]
deploy:
restart_policy:
condition: any
delay: 15s
networks:
app_network:
driver: bridge

View File

@@ -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