This commit is contained in:
2025-12-02 14:56:45 +01:00
parent a0cb7643ed
commit b0c017ca91
5 changed files with 91 additions and 7 deletions

View File

@@ -33,6 +33,7 @@ services:
volumes:
- ./downloads:/app/downloads
- ./config:/app/config
- ./music:/app/music
# Mount source for development
- ./app:/app/app
command: uvicorn app.main:app --host 0.0.0.0 --port 8080 --reload
@@ -40,6 +41,7 @@ services:
- PYTHONUNBUFFERED=1
- DOWNLOAD_PATH=/app/downloads
- XDG_CONFIG_HOME=/app/config
- ALBUM_DESTINATION_PATH=${ALBUM_DESTINATION_PATH:-}
restart: unless-stopped
depends_on:
gluetun: