This commit is contained in:
2025-12-03 09:30:32 +00:00
parent d5169fbec7
commit 85b1562a75
4 changed files with 23 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ services:
volumes:
- ./downloads:/app/downloads
- ./config:/app/config
- ./music:/app/music
- /mnt/big/media/music:/app/music
# Mount source for development
- ./app:/app/app
command: uvicorn app.main:app --host 0.0.0.0 --port 8080 --reload