Commit ec372372 authored by tianye's avatar tianye

新增data-center镜像

parent 0b0e0596
version: '3' version: '3'
services: services:
health-cloud-search-center: health-cloud-search-center:
image: harbor.hw.jiankangyouyi.com:5000/search-center-public/search-center:v1.0 image: harbor.hw.jiankangyouyi.com:5000/search-center-public/data-center:v1.0
container_name: health-cloud-search-center container_name: health-cloud-data-center
environment: environment:
JAVA_OPTS: JAVA_OPTS:
stdin_open: true stdin_open: true
volumes: volumes:
- ./secret_key:/run/secret/key:ro - ./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 - sc_log:/logs
tty: true tty: true
ports: ports:
- "8004:9001" - "8005:9001"
#depends_on: #depends_on:
#- elasticsearch #- elasticsearch
#- rabbitmq #- rabbitmq
......
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