개발서버에 환경변수 추가
This commit is contained in:
parent
58e1aec262
commit
0776e7cd4c
|
|
@ -20,6 +20,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:-}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
|
test: ["CMD", "curl", "-f", "http://localhost:8080/health"]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue