Skip to content

Commit

Permalink
Merge pull request #101 from alercebroker/fix/flask-exporter
Browse files Browse the repository at this point in the history
add SERVER_SOFTWARE variable
  • Loading branch information
dirodriguezm authored Oct 11, 2022
2 parents 34af9d9 + c5bc2fc commit 0d75f7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ EXPOSE 5000

ENV APP_WORKERS="1"
ENV ENVIRONMENT="production"
ENV SERVER_SOFTWARE="gunicorn"
ENV PROMETHEUS_MULTIPROC_DIR="/tmp"

CMD ["/bin/bash","scripts/entrypoint.sh"]

0 comments on commit 0d75f7f

Please sign in to comment.