Commit 80a81791 authored by root's avatar root

除data-center密文问题,其余正常启动

parent 688a5a00
version: '3'
services:
health-cloud-search-center:
health-cloud-data-center:
image: harbor.hw.jiankangyouyi.com:5000/search-center-public/data-center:v1.0
container_name: health-cloud-data-center
environment:
......@@ -8,8 +8,8 @@ services:
stdin_open: true
volumes:
- ./secret_key:/run/secret/key:ro
- .${DEPLOY_DIR}/${APP_NAME}/conf/application.yml:/conf/application.yml
- sc_log:/logs
- ${DEPLOY_DIR}/${APP_NAME}/conf/application.yml:/conf/application.yml:ro
#- sc_log:/logs
tty: true
ports:
- "8005:9001"
......
......@@ -8,8 +8,8 @@ services:
- 3308:3306
privileged: true
volumes:
- $PWD/conf/my.cnf:/etc/mysql/my.cnf
- $PWD/data/mysql_data:/var/lib/mysql
- ./conf/my.cnf:/etc/mysql/my.cnf
- ./data/mysql_data:/var/lib/mysql
environment:
TZ: Asia/Shanghai
LANG: en_US.UTF-8
......
version: "3"
services:
redis:
image: redis
image: redis:5.0
container_name: redis
ports:
- 6311:6379
volumes:
......
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