chore: production docker + compose for LAN deployment

This commit is contained in:
2026-02-12 11:22:47 +01:00
parent 3a0bb1cd37
commit e1c939799b
9 changed files with 218 additions and 4 deletions

17
.dockerignore Normal file
View File

@@ -0,0 +1,17 @@
.git/
.venv/
__pycache__/
*.pyc
node_modules/
# local runtime state
logs/
*.log
syncplayer.db
*.db
# media uploads should be mounted via volume
media/
*.md
.vscode/