mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
Queue persistence for download and completed
This commit is contained in:
parent
622ca428e3
commit
eb1f031b33
3 changed files with 79 additions and 17 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue