[#noissue] add profile to agent

This commit is contained in:
Roy Kim 2020-10-16 14:44:54 +09:00 committed by Roy Kim
parent 774e74a263
commit 70f4c0a50a
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ services:
volumes:
- data-volume:/pinpoint-agent
environment:
- SPRING_PROFILES=${SPRING_PROFILES}
- COLLECTOR_IP=${COLLECTOR_IP}
- PROFILER_TRANSPORT_AGENT_COLLECTOR_PORT=${PROFILER_TRANSPORT_AGENT_COLLECTOR_PORT}
- PROFILER_TRANSPORT_METADATA_COLLECTOR_PORT=${PROFILER_TRANSPORT_METADATA_COLLECTOR_PORT}