Skip to content

Commit e278739

Browse files
Ahil  PonArulAhil  PonArul
Ahil PonArul
authored and
Ahil PonArul
committed
added config to disable APM in local deployments
1 parent d65eb20 commit e278739

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM python:3.7.7-slim-buster
22
ENV PARAMETERS=./defaults/webapp.cfg
3+
ENV ELASTIC_APM_ENABLED false
4+
ENV ELASTIC_APM_SERVICE_NAME chime_local
5+
ENV ELASTIC_APM_SERVER_URL http://apm-server:8200
36
WORKDIR /app
47
COPY README.md .
58
COPY setup.cfg .

0 commit comments

Comments
 (0)