Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
P
Privatisation_Deploy
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
tianye
Privatisation_Deploy
Commits
ad69edf8
Commit
ad69edf8
authored
Mar 17, 2022
by
tianye
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改数据库映射参数
parent
8673bb24
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
14 deletions
+4
-14
docker-compose-base.yaml
Health-cloud-server/db_server/docker-compose-base.yaml
+1
-11
docker-compose-es.yaml
Health-cloud-server/db_server/docker-compose-es.yaml
+2
-2
docker-compose-mq.yaml
Health-cloud-server/db_server/docker-compose-mq.yaml
+1
-1
No files found.
Health-cloud-server/db_server/docker-compose-base.yaml
View file @
ad69edf8
version
:
'
3'
version
:
'
3'
volumes
:
volumes
:
sc_conf
:
driver_opts
:
type
:
none
device
:
./conf/app/
o
:
bind
sc_data
:
driver_opts
:
type
:
none
device
:
./data/app_data/
o
:
bind
sc_log
:
sc_log
:
driver_opts
:
driver_opts
:
type
:
none
type
:
none
device
:
.
/log
device
:
${DEPLOY_DIR}/${APP_NAME}
/log
o
:
bind
o
:
bind
...
...
Health-cloud-server/db_server/docker-compose-es.yaml
View file @
ad69edf8
...
@@ -7,7 +7,7 @@ services:
...
@@ -7,7 +7,7 @@ services:
container_name
:
es
container_name
:
es
volumes
:
volumes
:
-
es-data:/usr/share/elasticsearch/data
-
es-data:/usr/share/elasticsearch/data
-
.
/plugins:/usr/share/elasticsearch/plugins
-
${DB_DEPLOY_DIR}
/plugins:/usr/share/elasticsearch/plugins
-
./conf/es/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
-
./conf/es/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
environment
:
environment
:
-
"
ES_JAVA_OPTS=-Xms512m
-Xmx512m"
-
"
ES_JAVA_OPTS=-Xms512m
-Xmx512m"
...
@@ -22,5 +22,5 @@ volumes:
...
@@ -22,5 +22,5 @@ volumes:
es-data
:
es-data
:
driver_opts
:
driver_opts
:
type
:
none
type
:
none
device
:
.
/data/es_data/
device
:
${DB_DEPLOY_DIR}
/data/es_data/
o
:
bind
o
:
bind
Health-cloud-server/db_server/docker-compose-mq.yaml
View file @
ad69edf8
...
@@ -20,5 +20,5 @@ volumes:
...
@@ -20,5 +20,5 @@ volumes:
mq-data
:
mq-data
:
driver_opts
:
driver_opts
:
type
:
none
type
:
none
device
:
.
/data/mq_data/
device
:
${DB_DEPLOY_DIR}
/data/mq_data/
o
:
bind
o
:
bind
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment