Remove default env variables
This commit is contained in:
parent
126b693e7c
commit
e7730f6357
1 changed files with 1 additions and 6 deletions
|
@ -22,11 +22,6 @@ COPY app.py .
|
||||||
# expose port
|
# expose port
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
# default ENV (you can override these in your orchestrator)
|
|
||||||
ENV BEAVERHABITS_URL="http://beaverhabits.lan" \
|
|
||||||
BEAVERHABITS_USERNAME="changeme" \
|
|
||||||
BEAVERHABITS_PASSWORD="changeme"
|
|
||||||
|
|
||||||
# use a non-root user if you like; for brevity we run as root.
|
# use a non-root user if you like; for brevity we run as root.
|
||||||
|
|
||||||
# run via Gunicorn WSGI server with 4 workers
|
# run via Gunicorn WSGI server with 4 workers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue