mirror of
https://github.com/alexta69/metube.git
synced 2025-04-03 20:27:36 +03:00
Added Env-Var for State-Directory
This commit is contained in:
parent
d07d799e17
commit
1ebf1da076
4 changed files with 6 additions and 3 deletions
|
@ -25,7 +25,8 @@ COPY app ./app
|
|||
COPY --from=builder /metube/dist/metube ./ui/dist/metube
|
||||
|
||||
ENV DOWNLOAD_DIR /downloads
|
||||
ENV STATE_DIR /state
|
||||
VOLUME /downloads
|
||||
VOLUME /queue
|
||||
VOLUME /state
|
||||
EXPOSE 8081
|
||||
CMD ["python3", "app/main.py"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue