실서버 도커 파일 수정

This commit is contained in:
dohyeons
2025-10-13 15:48:17 +09:00
parent 51dea84bc5
commit 2dea3cfaa0
2 changed files with 4 additions and 3 deletions

View File

@@ -20,7 +20,8 @@ services:
LOG_LEVEL: info
ENCRYPTION_KEY: ilshin-plm-mail-encryption-key-32characters-2024-secure
volumes:
- /home/vexplor/backend_data:/app/uploads
- /home/vexplor/backend_data/uploads:/app/uploads
- /home/vexplor/backend_data/data:/app/data
labels:
- traefik.enable=true
- traefik.http.routers.backend.rule=Host(`api.vexplor.com`)