Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
platform
/
finance_serv
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f08fc322
authored
Aug 06, 2018
by
熊付
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
2
1 parent
a2adc1b9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
deploy/application.yml.in
deploy/deploy.sh
deploy/application.yml.in
View file @
f08fc32
...
...
@@ -43,7 +43,7 @@ logging:
finance:
authurl: http://PH_AUTH_SERV_IP:20080/api/v1/auth/users
appendsavepath: /data/f
ace-web/www/static/pics/cache/finance
appendsavepath: /data/f
inance/
appendurl: http://PH_AUTH_SERV_IP:20080/static/pics/cache/finance/
#pagehelper:
# helperDialect: postgresql
...
...
deploy/deploy.sh
View file @
f08fc32
...
...
@@ -6,6 +6,8 @@ prj_name="finance_serv"
serv_port
=
19111
host_log_dir
=
/data/vion-data/
$cont_name
/logs
cont_log_dir
=
/data/vion-data/
$cont_name
/logs
host_appendix_path
=
/data/face-web/www/static/pics/cache/finance/
cont_appendix_path
=
/data/finance/
#cont_log_dir=/usr/local/tomcat/logs
echo
=============
env check
===============
...
...
@@ -31,8 +33,8 @@ echo ========== env check end ==============
echo
"delete old
$cont_name
container."
docker rm -f
$cont_name
echo
"docker run --name
$cont_name
--restart=always -d -p
$serv_port
:8080 -v
$host_log_dir
:
$cont_log_dir
192.168.9.26:5000/tomcat85_oraclejdk:latest"
docker run --name
$cont_name
--restart
=
always -d -p
$serv_port
:8080 -v
$host_log_dir
:
$cont_log_dir
192.168.9.26:5000/tomcat85_oraclejdk:latest
echo
"docker run --name
$cont_name
--restart=always -d -p
$serv_port
:8080 -v
$host_log_dir
:
$cont_log_dir
192.168.9.26:5000/tomcat85_oraclejdk:latest"
docker run --name
$cont_name
--restart
=
always -d -p
$serv_port
:8080 -v
$host_log_dir
:
$cont_log_dir
-v
$host_appendix_path
:
$cont_appendix_path
192.168.9.26:5000/tomcat85_oraclejdk:latest
echo
"cd
$script_dir
"
cd
$script_dir
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment