1
0
forked from baron/baron-sso

devfront 구동 검증

This commit is contained in:
2026-05-11 13:19:35 +09:00
parent 843b4100ad
commit 46b661cff0
5 changed files with 157 additions and 2 deletions

View File

@@ -438,6 +438,12 @@ services:
- /app/node_modules
networks:
- baron_net
healthcheck:
test: ["CMD-SHELL", "node -e \"fetch('http://127.0.0.1:5173/').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))\""]
interval: 10s
timeout: 5s
retries: 12
start_period: 90s
devfront:
build:
@@ -456,6 +462,12 @@ services:
- /app/node_modules
networks:
- baron_net
healthcheck:
test: ["CMD-SHELL", "node -e \"fetch('http://127.0.0.1:5173/').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))\""]
interval: 10s
timeout: 5s
retries: 12
start_period: 90s
orgfront:
build:
@@ -475,6 +487,12 @@ services:
- /app/node_modules
networks:
- baron_net
healthcheck:
test: ["CMD-SHELL", "node -e \"fetch('http://127.0.0.1:5175/').then(r=>process.exit(r.ok?0:1)).catch(()=>process.exit(1))\""]
interval: 10s
timeout: 5s
retries: 12
start_period: 90s
userfront:
build: