fix: config
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 1m31s

This commit is contained in:
luo
2026-07-29 10:52:35 +08:00
parent d060edb698
commit 81f2724a2b
3 changed files with 16 additions and 14 deletions

View File

@@ -9,6 +9,9 @@ services:
- '3002:80'
networks:
- junhong-network
tmpfs:
- /run:rw
- /tmp:rw
healthcheck:
test: ['CMD', 'wget', '--no-verbose', '--tries=1', '--spider', 'http://127.0.0.1:80/health']
interval: 30s