ing
This commit is contained in:
parent
55cf7944ed
commit
d0bd59a83a
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -86,6 +86,3 @@ hs_err_pid*
|
|||
.settings/
|
||||
.classpath
|
||||
.project
|
||||
.vscode/settings.json
|
||||
|
||||
.vscode/
|
|
@ -7,7 +7,7 @@ ENV APP_FILENAME="com.loafle.overflow.overflow_server-1.0.0-SNAPSHOT.jar" \
|
|||
APP_CONF_PATH="/opt/conf" \
|
||||
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/${APP_FILENAME} ${APP_HOME_PATH}/
|
||||
|
||||
|
|
|
@ -6,8 +6,8 @@ services:
|
|||
image: docker.loafle.net/overflow/overflow_server:1.0.0-SNAPSHOT
|
||||
container_name: overFlow-server
|
||||
volumes:
|
||||
# - /service/overflow_server/data/opt/conf:/opt/conf
|
||||
- /home/crusader/Temp/docker/conf:/opt/conf
|
||||
- /service/overflow_server/data/opt/conf:/opt/conf
|
||||
# - /home/crusader/Temp/docker/conf:/opt/conf
|
||||
ports:
|
||||
- "50006:50006"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
# Redis
|
||||
redis.host=192.168.1.50
|
||||
redis.port=6379
|
||||
redis.channels=/web,/probe,/auth
|
||||
redis.channels=/webapp,/probe,/auth
|
|
@ -1,4 +1,4 @@
|
|||
# Redis
|
||||
redis.host=192.168.1.50
|
||||
redis.port=6379
|
||||
redis.channels=/web,/probe,/auth
|
||||
redis.channels=/webapp,/probe,/auth
|
Loading…
Reference in New Issue
Block a user