윈도우용 실행파일 커밋

This commit is contained in:
chpark
2025-09-22 17:46:23 +09:00
parent eb1a6aa206
commit 26ede5830c
9 changed files with 208 additions and 14 deletions
+8 -1
View File
@@ -11,6 +11,7 @@ services:
- "9771:3000"
environment:
- NEXT_PUBLIC_API_URL=http://localhost:8080/api
- WATCHPACK_POLLING=true
volumes:
- ./frontend:/app
- /app/node_modules
@@ -18,8 +19,14 @@ services:
networks:
- pms-network
restart: unless-stopped
healthcheck:
test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000", "||", "exit", "1"]
interval: 30s
timeout: 15s
retries: 3
start_period: 60s
networks:
pms-network:
driver: bridge
external: true
external: false