Bind on all interfaces

This commit is contained in:
Marco Aceti 2022-02-22 11:37:54 +01:00
parent 43d0f2a4f6
commit 52ddce6b6a
No known key found for this signature in database
GPG key ID: E4ABA81298E4F14D

View file

@ -7,6 +7,7 @@ COPY . .
EXPOSE 8000
ENTRYPOINT ["gunicorn", "wsgi:app", \
"--bind", "0.0.0.0:8000", \
"--env", "CAPTCHA_CLIENT_KEY=$CAPTCHA_CLIENT_KEY", \
"--env", "CAPTCHA_SERVER_KEY=$CAPTCHA_SERVER_KEY", \
"--env", "OF_INSTANCE=$OF_INSTANCE", \