✅ Test docker compose
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
# base image - openjdk8
|
||||
FROM openjdk:8-jre-alpine
|
||||
|
||||
# curl(healthcheck)
|
||||
RUN apk --no-cache add curl
|
||||
# directory 생성
|
||||
RUN mkdir -p /usr/app/config
|
||||
# jar 파일이 복사되는 위치
|
||||
|
||||
@@ -13,7 +13,7 @@ spring:
|
||||
search-locations: ${search.location:file:///${user.home}/workspace.edu/egovframe-msa-edu/config} # Windows
|
||||
# search-locations: file://${user.home}/workspace.edu/egovframe-msa-edu/config # MacOS
|
||||
rabbitmq:
|
||||
host: localhost
|
||||
host: ${rabbitmq.hostname:localhost}
|
||||
port: 5672
|
||||
username: guest
|
||||
password: guest
|
||||
|
||||
Reference in New Issue
Block a user