Skip to content

Commit

Permalink
added config to disable APM in local deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahil PonArul authored and Ahil PonArul committed May 6, 2020
1 parent d65eb20 commit e278739
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM python:3.7.7-slim-buster
ENV PARAMETERS=./defaults/webapp.cfg
ENV ELASTIC_APM_ENABLED false
ENV ELASTIC_APM_SERVICE_NAME chime_local
ENV ELASTIC_APM_SERVER_URL http://apm-server:8200
WORKDIR /app
COPY README.md .
COPY setup.cfg .
Expand Down

0 comments on commit e278739

Please sign in to comment.