Merge branch 'thoon' into main
All checks were successful
ITAM Code Check / build-and-config-check (push) Successful in 11s
ITAM Docker Build Check / docker-build-check (push) Successful in 10s

This commit is contained in:
이태훈
2026-06-29 16:56:40 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ services:
PORT: 3000
volumes:
- ./uploads:/app/uploads
- ./map_config.json:/app/map_config.json:ro
- ./map_config.json:/app/map_config.json
expose:
- "3000"
restart: unless-stopped

View File

@@ -22,7 +22,7 @@ services:
- "3000:3000"
volumes:
- ./uploads:/app/uploads
- ./map_config.json:/app/map_config.json:ro
- ./map_config.json:/app/map_config.json
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/health"]