배포용 도커 컴포즈 파일 수정

This commit is contained in:
dohyeons 2025-10-29 16:01:41 +09:00
parent 8edd5e4ca6
commit 9a3cc2cc93
1 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,9 @@ services:
CORS_CREDENTIALS: "true" CORS_CREDENTIALS: "true"
LOG_LEVEL: info LOG_LEVEL: info
ENCRYPTION_KEY: ilshin-plm-mail-encryption-key-32characters-2024-secure ENCRYPTION_KEY: ilshin-plm-mail-encryption-key-32characters-2024-secure
KMA_API_KEY: ogdXr2e9T4iHV69nvV-IwA
ITS_API_KEY: d6b9befec3114d648284674b8fddcc32
EXPRESSWAY_API_KEY: ${EXPRESSWAY_API_KEY:-}
volumes: volumes:
- backend_uploads:/app/uploads - backend_uploads:/app/uploads
- backend_data:/app/data - backend_data:/app/data