Skip to content

Commit 2292fe8

Browse files
committed
[feat] apm ip 주소 dockerfile 컨테이너 명으로 변경
1 parent 6e3114a commit 2292fe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV SPRING_PROFILES_ACTIVE=${PROFILE}
1010

1111
ENTRYPOINT ["java", \
1212
"-javaagent:/apm-agent.jar", \
13-
"-Delastic.apm.server_urls=http://114.70.23.79:8200", \
13+
"-Delastic.apm.server_urls=http://apm-server:8200", \
1414
"-Delastic.apm.service_name=moplus-apm-agent", \
1515
"-Delastic.apm.application_packages=com.server", \
1616
"-Delastic.apm.environment=dev", \

Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV SPRING_PROFILES_ACTIVE=${PROFILE}
1010

1111
ENTRYPOINT ["java", \
1212
"-javaagent:/apm-agent.jar", \
13-
"-Delastic.apm.server_urls=http://114.70.23.79:8200", \
13+
"-Delastic.apm.server_urls=http://apm-server:8200", \
1414
"-Delastic.apm.service_name=moplus-apm-agent", \
1515
"-Delastic.apm.application_packages=com.server", \
1616
"-Delastic.apm.environment=prod", \

0 commit comments

Comments
 (0)