Add PUBLIC_MODE and ENV_FILE defaults to Dockerfile
This commit is contained in:
parent
57350924a5
commit
6f1723b44d
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ ENV DOWNLOAD_DIR=/downloads
|
|||
ENV STATE_DIR=/downloads/.metube
|
||||
ENV TEMP_DIR=/downloads
|
||||
ENV PORT=8081
|
||||
ENV PUBLIC_MODE=false
|
||||
ENV ENV_FILE=
|
||||
VOLUME /downloads
|
||||
EXPOSE 8081
|
||||
HEALTHCHECK --interval=30s --timeout=5s --start-period=20s --retries=3 CMD curl -fsS "http://localhost:${PORT}/" || exit 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue