[#naver/pinpoint#6598] add spring profiles

This commit is contained in:
Roy Kim
2020-03-16 16:01:28 +09:00
committed by Roy Kim
parent d26879d8f0
commit 3748be1ab7
18 changed files with 25 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
PINPOINT_VERSION=2.0.1
SPRING_PROFILES=release
### Pinpoint-Web

View File

@@ -19,6 +19,7 @@ services:
- "9997:9997"
- "${WEB_PAGE_PORT:-8080}:8080"
environment:
- SPRING_PROFILES=${SPRING_PROFILES}
- CLUSTER_ENABLE=${CLUSTER_ENABLE}
- CLUSTER_ZOOKEEPER_ADDRESS=${CLUSTER_ZOOKEEPER_ADDRESS}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}