chore: production docker + compose for LAN deployment
This commit is contained in:
17
.dockerignore
Normal file
17
.dockerignore
Normal 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/
|
||||
Reference in New Issue
Block a user