ENCRYPTION_KEY 환경변수가 설정

This commit is contained in:
dohyeons
2025-10-21 09:43:01 +09:00
parent be1bd6a40a
commit d6d179025d

View File

@@ -16,6 +16,7 @@ services:
- CORS_ORIGIN=http://192.168.0.70:5555,http://39.117.244.52:5555,http://localhost:9771
- CORS_CREDENTIALS=true
- LOG_LEVEL=info
- ENCRYPTION_KEY=ilshin-plm-mail-encryption-key-32characters-2024-secure
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]