From 4bcd25da400d5815bfbd758e33485407186bc0ac Mon Sep 17 00:00:00 2001 From: JunsuPark Date: Mon, 12 Aug 2024 23:26:34 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EB=A0=88=EB=94=94=EC=8A=A4=20?= =?UTF-8?q?=EB=84=A4=ED=8A=B8=EC=9B=8C=ED=81=AC=20=EC=97=B0=EB=8F=99=20(#9?= =?UTF-8?q?8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/showpot-dev-cd.yml | 1 + app/src/main/resources/application-dev.yml | 2 +- docker-compose-dev.yml | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/showpot-dev-cd.yml b/.github/workflows/showpot-dev-cd.yml index 930268c9..db521455 100644 --- a/.github/workflows/showpot-dev-cd.yml +++ b/.github/workflows/showpot-dev-cd.yml @@ -4,6 +4,7 @@ on: push: branches: - develop + - hotfix/** jobs: build-and-deploy: diff --git a/app/src/main/resources/application-dev.yml b/app/src/main/resources/application-dev.yml index e3b7a73d..da93d462 100644 --- a/app/src/main/resources/application-dev.yml +++ b/app/src/main/resources/application-dev.yml @@ -16,7 +16,7 @@ spring: password: password data: redis: - host: yapp_redis + host: redis port: 6379 token: diff --git a/docker-compose-dev.yml b/docker-compose-dev.yml index 0d362ce2..7607a8f5 100644 --- a/docker-compose-dev.yml +++ b/docker-compose-dev.yml @@ -11,8 +11,8 @@ services: ports: - '8080:8080' networks: - - app-network + - yapp-network networks: - app-network: - driver: bridge \ No newline at end of file + yapp-network: + external: true \ No newline at end of file