- webui/Dockerfile: Python 3.12-slim Image, Build-Kontext ist das Repo-Root damit plugin.video.xstream erreichbar bleibt - docker-compose.yml: Service xstream-webui auf Port 5000, Cache-Volume - .dockerignore: __pycache__, .git, .paperclip, etc. ausgeschlossen Starten: docker compose up --build
10 lines
101 B
Plaintext
10 lines
101 B
Plaintext
**/__pycache__
|
|
**/*.pyc
|
|
**/*.pyo
|
|
.git
|
|
.gitignore
|
|
.paperclip
|
|
README.md
|
|
DOKUMENTATION.md
|
|
webui/cache/*
|