Commit 24ec0cdf authored by root's avatar root

chore: 排版v2.0

parent ad69edf8
......@@ -8,7 +8,7 @@ services:
stdin_open: true
volumes:
- ./secret_key:/run/secret/key:ro
- ./conf/app/application.yml:/conf/application.yml
- ${DEPLOY_DIR}/${APP_NAME}/conf/application.yml:/conf/application.yml
- sc_log:/logs
tty: true
ports:
......
......@@ -8,7 +8,7 @@ services:
volumes:
- es-data:/usr/share/elasticsearch/data
- ${DB_DEPLOY_DIR}/plugins:/usr/share/elasticsearch/plugins
- ./conf/es/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
- ./conf/elasticsearch.yml:/usr/share/elasticsearch/config/elasticsearch.yml
environment:
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- discovery.type=single-node
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment