fix: remove read-only flag from map_config.json volume in prod
All checks were successful
ITAM Code Check / build-and-config-check (push) Successful in 12s
ITAM Docker Build Check / docker-build-check (push) Successful in 11s

This commit is contained in:
이태훈
2026-07-01 10:17:10 +09:00
parent 05b09ccc5a
commit 572f1de849

View File

@@ -18,7 +18,7 @@ services:
JWKS_URI: ${PROD_JWKS_URI:-http://172.16.10.175:9090/.well-known/jwks.json}
volumes:
- ./uploads:/app/uploads
- ./map_config.json:/app/map_config.json:ro
- ./map_config.json:/app/map_config.json
expose:
- "3000"
restart: unless-stopped