Commit 80a81791 authored by root's avatar root

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

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