From 37d79dee16be574a08463763f2a7622960cc9cdb Mon Sep 17 00:00:00 2001 From: SEOUNJU PARK Date: Sun, 17 May 2026 19:47:49 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9C=A8=20Feat:=20docker=20run=20?= =?UTF-8?q?=EB=AA=85=EB=A0=B9=EC=96=B4=20prod=20=ED=99=98=EA=B2=BD=20profi?= =?UTF-8?q?le=20=EC=98=B5=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to:#19 --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index d806375..732a22c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -72,6 +72,7 @@ jobs: docker run -d \ --name gateway \ -p 8080:8080 \ + -e SPRING_PROFILES_ACTIVE=prod \ --env-file .env \ --restart always \ ${{ secrets.DOCKER_USERNAME }}/gateway-service:latest From 6ccb64d53058c844060cec400c5dd73d8c15dcbe Mon Sep 17 00:00:00 2001 From: SEOUNJU PARK Date: Sun, 17 May 2026 23:55:19 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Chore=20:=20docker=20run=20=EB=AA=85?= =?UTF-8?q?=EB=A0=B9=EC=96=B4=20=EB=94=94=EB=B2=84=EA=B9=85=EC=9A=A9=20?= =?UTF-8?q?=EB=A1=9C=EA=B9=85=20=EC=98=B5=EC=85=98=20=EC=9E=84=EC=8B=9C=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 732a22c..8eb7b53 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -73,6 +73,7 @@ jobs: --name gateway \ -p 8080:8080 \ -e SPRING_PROFILES_ACTIVE=prod \ + -e LOGGING_LEVEL_COM_PAGELY_GATEWAY=DEBUG \ --env-file .env \ --restart always \ ${{ secrets.DOCKER_USERNAME }}/gateway-service:latest