chore: FFmpeg 설치 + Nginx /media/videos/ + docker-compose volumes + 환경변수

This commit is contained in:
2026-05-01 12:03:19 +09:00
parent 327d0b4e81
commit a7b2fc0d9d
4 changed files with 18 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ services:
- CORS_ALLOW_ORIGINS=${CORS_ALLOW_ORIGINS:-http://localhost:3007,http://localhost:8080}
volumes:
- ${RUNTIME_PATH}/data/music:/app/data
- ${RUNTIME_PATH:-.}/data/videos:/app/data/videos
healthcheck:
test: ["CMD", "python", "-c", "import urllib.request; urllib.request.urlopen('http://localhost:8000/health')"]
interval: 30s