Update config

This commit is contained in:
kimjaeyeol
2021-11-09 15:59:46 +09:00
parent e2df4ec64c
commit 16b87ba86b
2 changed files with 18 additions and 4 deletions

View File

@@ -90,6 +90,7 @@ services:
MYSQL_HOSTNAME: mysql
RABBITMQ_HOSTNAME: rabbitmq
ZIPKIN_HOSTNAME: zipkin
TOKEN_SECRET: egovframe
TZ: Asia/Seoul
depends_on:
config:
@@ -104,11 +105,14 @@ services:
environment:
SPRING_CLOUD_CONFIG_URI: http://config:8888
SPRING_PROFILES_ACTIVE: default
EUREKA_INSTANCE_HOSTNAME: discovery
MESSAGES_DIRECTORY: /usr/app/msa-attach-volume/messages
APP_HOME: /usr/app
logstash_hostname: logstash:5001
EUREKA_INSTANCE_HOSTNAME: discovery
MYSQL_HOSTNAME: mysql
RABBITMQ_HOSTNAME: rabbitmq
ZIPKIN_HOSTNAME: zipkin
TOKEN_SECRET: egovframe
TZ: Asia/Seoul
depends_on:
config:
@@ -123,11 +127,14 @@ services:
environment:
SPRING_CLOUD_CONFIG_URI: http://config:8888
SPRING_PROFILES_ACTIVE: default
EUREKA_INSTANCE_HOSTNAME: discovery
MESSAGES_DIRECTORY: /usr/app/msa-attach-volume/messages
APP_HOME: /usr/app
logstash_hostname: logstash:5001
EUREKA_INSTANCE_HOSTNAME: discovery
MYSQL_HOSTNAME: mysql
RABBITMQ_HOSTNAME: rabbitmq
ZIPKIN_HOSTNAME: zipkin
TOKEN_SECRET: egovframe
TZ: Asia/Seoul
depends_on:
config:

View File

@@ -16,6 +16,7 @@ services:
MYSQL_HOSTNAME: mysql
RABBITMQ_HOSTNAME: rabbitmq
ZIPKIN_HOSTNAME: zipkin
TOKEN_SECRET: egovframe
TZ: Asia/Seoul
depends_on:
config:
@@ -30,11 +31,14 @@ services:
environment:
SPRING_CLOUD_CONFIG_URI: http://config:8888
SPRING_PROFILES_ACTIVE: default
EUREKA_INSTANCE_HOSTNAME: discovery
MESSAGES_DIRECTORY: /usr/app/msa-attach-volume/messages
APP_HOME: /usr/app
logstash_hostname: logstash:5001
EUREKA_INSTANCE_HOSTNAME: discovery
MYSQL_HOSTNAME: mysql
RABBITMQ_HOSTNAME: rabbitmq
ZIPKIN_HOSTNAME: zipkin
TOKEN_SECRET: egovframe
TZ: Asia/Seoul
depends_on:
config:
@@ -49,11 +53,14 @@ services:
environment:
SPRING_CLOUD_CONFIG_URI: http://config:8888
SPRING_PROFILES_ACTIVE: default
EUREKA_INSTANCE_HOSTNAME: discovery
MESSAGES_DIRECTORY: /usr/app/msa-attach-volume/messages
APP_HOME: /usr/app
logstash_hostname: logstash:5001
EUREKA_INSTANCE_HOSTNAME: discovery
MYSQL_HOSTNAME: mysql
RABBITMQ_HOSTNAME: rabbitmq
ZIPKIN_HOSTNAME: zipkin
TOKEN_SECRET: egovframe
TZ: Asia/Seoul
depends_on:
config: