Compare commits
3 Commits
b01e241a44
...
fc6e84b299
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fc6e84b299 | ||
|
|
101db2dfa2 | ||
|
|
0776e7cd4c |
@@ -45,6 +45,7 @@ services:
|
||||
environment:
|
||||
NODE_ENV: production
|
||||
NEXT_PUBLIC_API_URL: https://api.vexplor.com/api
|
||||
SERVER_API_URL: "http://backend:3001"
|
||||
NEXT_TELEMETRY_DISABLED: "1"
|
||||
PORT: "3000"
|
||||
HOSTNAME: 0.0.0.0
|
||||
|
||||
@@ -20,6 +20,9 @@ services:
|
||||
- CORS_CREDENTIALS=true
|
||||
- LOG_LEVEL=info
|
||||
- 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
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:3001/health"]
|
||||
|
||||
Reference in New Issue
Block a user