Rework Dockerfile to build the frontend

which removes the commited build files from the repo
This commit is contained in:
Sandro Jäckel
2020-08-15 16:49:27 +02:00
parent da73e47f08
commit 33b1affa73
22 changed files with 84 additions and 1345 deletions

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: "2"
services:
ytdl_material:
environment:
ALLOW_CONFIG_MUTATIONS: 'true'
restart: always
volumes:
- ./appdata:/app/appdata
- ./audio:/app/audio
- ./video:/app/video
- ./subscriptions:/app/subscriptions
- ./users:/app/users
ports:
- "8998:17442"
image: tzahi12345/youtubedl-material:latest