Queue persistence for download and completed

This commit is contained in:
Erazor2 2022-01-15 12:17:12 +00:00
parent 622ca428e3
commit eb1f031b33
3 changed files with 79 additions and 17 deletions

View file

@ -26,5 +26,6 @@ COPY --from=builder /metube/dist/metube ./ui/dist/metube
ENV DOWNLOAD_DIR /downloads
VOLUME /downloads
VOLUME /queue
EXPOSE 8081
CMD ["python3", "app/main.py"]