From 77be52aec8cd731eb0c44088a405479e90cab258 Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Sun, 27 Oct 2024 00:22:44 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20application-aws.yml=20secret=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layer-api/infra/aws/docker-compose.yaml | 2 +- layer-api/src/main/resources/application-aws.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layer-api/infra/aws/docker-compose.yaml b/layer-api/infra/aws/docker-compose.yaml index 913276ab..f59ffb9b 100644 --- a/layer-api/infra/aws/docker-compose.yaml +++ b/layer-api/infra/aws/docker-compose.yaml @@ -32,7 +32,7 @@ services: image: nginx:latest container_name: nginx depends_on: - - java-app + - batch-job ports: - "80:80" volumes: diff --git a/layer-api/src/main/resources/application-aws.yml b/layer-api/src/main/resources/application-aws.yml index a5986001..efbfec8e 100644 --- a/layer-api/src/main/resources/application-aws.yml +++ b/layer-api/src/main/resources/application-aws.yml @@ -1,6 +1,6 @@ spring: config: - import: application-secret.properties + import: optional:file:/config/application-secret.properties datasource: url: ${AWS_PROD_DB_URL} username: ${AWS_PROD_DB_NAME}