[#naver/pinpoint#6598] add missing spring profile arg
This commit is contained in:
@@ -4,6 +4,7 @@ SPRING_PROFILES=release
|
||||
### Pinpoint-Web
|
||||
|
||||
PINPOINT_WEB_NAME=pinpoint-web
|
||||
SPRING_PROFILES=release
|
||||
|
||||
WEB_PAGE_PORT=8079
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ services:
|
||||
- "9997:9997"
|
||||
- "${WEB_PAGE_PORT:-8080}:8080"
|
||||
environment:
|
||||
- JAVA_OPTS="-Dspring.profiles.active=${SPRING_PROFILES}"
|
||||
- SPRING_PROFILES=${SPRING_PROFILES}
|
||||
- CLUSTER_ENABLE=${CLUSTER_ENABLE}
|
||||
- CLUSTER_ZOOKEEPER_ADDRESS=${CLUSTER_ZOOKEEPER_ADDRESS}
|
||||
|
||||
Reference in New Issue
Block a user