This commit is contained in:
crusader 2017-12-15 18:59:04 +09:00
parent 55cf7944ed
commit d0bd59a83a
10 changed files with 5 additions and 8 deletions

3
.gitignore vendored
View File

@ -86,6 +86,3 @@ hs_err_pid*
.settings/ .settings/
.classpath .classpath
.project .project
.vscode/settings.json
.vscode/

View File

@ -7,7 +7,7 @@ ENV APP_FILENAME="com.loafle.overflow.overflow_server-1.0.0-SNAPSHOT.jar" \
APP_CONF_PATH="/opt/conf" \ APP_CONF_PATH="/opt/conf" \
PATH="$PATH:/opt/bin" PATH="$PATH:/opt/bin"
ADD docker/bin/*.sh /opt/bin/ ADD build/docker/bin/*.sh /opt/bin/
ADD target/lib ${APP_HOME_PATH}/lib ADD target/lib ${APP_HOME_PATH}/lib
ADD target/${APP_FILENAME} ${APP_HOME_PATH}/ ADD target/${APP_FILENAME} ${APP_HOME_PATH}/

View File

@ -6,8 +6,8 @@ services:
image: docker.loafle.net/overflow/overflow_server:1.0.0-SNAPSHOT image: docker.loafle.net/overflow/overflow_server:1.0.0-SNAPSHOT
container_name: overFlow-server container_name: overFlow-server
volumes: volumes:
# - /service/overflow_server/data/opt/conf:/opt/conf - /service/overflow_server/data/opt/conf:/opt/conf
- /home/crusader/Temp/docker/conf:/opt/conf # - /home/crusader/Temp/docker/conf:/opt/conf
ports: ports:
- "50006:50006" - "50006:50006"

View File

@ -1,4 +1,4 @@
# Redis # Redis
redis.host=192.168.1.50 redis.host=192.168.1.50
redis.port=6379 redis.port=6379
redis.channels=/web,/probe,/auth redis.channels=/webapp,/probe,/auth

View File

@ -1,4 +1,4 @@
# Redis # Redis
redis.host=192.168.1.50 redis.host=192.168.1.50
redis.port=6379 redis.port=6379
redis.channels=/web,/probe,/auth redis.channels=/webapp,/probe,/auth