From 3ddbdb60229795b48d19bb8b69ebba3402f6c29b Mon Sep 17 00:00:00 2001 From: Sejeong Kim Date: Sun, 10 Nov 2024 17:10:53 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20prod=20nginx=20conf=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layer-api/infra/production/docker-compose-blue.yaml | 2 +- layer-api/infra/production/docker-compose-green.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layer-api/infra/production/docker-compose-blue.yaml b/layer-api/infra/production/docker-compose-blue.yaml index 6cb43c6e..d6cb3eae 100644 --- a/layer-api/infra/production/docker-compose-blue.yaml +++ b/layer-api/infra/production/docker-compose-blue.yaml @@ -37,7 +37,7 @@ services: ports: - "80:80" volumes: - - ./nginx.conf:/etc/nginx/nginx.conf + - ./nginx.blue.conf:/etc/nginx/nginx.conf networks: - app-network diff --git a/layer-api/infra/production/docker-compose-green.yaml b/layer-api/infra/production/docker-compose-green.yaml index c4287af3..e76d84c6 100644 --- a/layer-api/infra/production/docker-compose-green.yaml +++ b/layer-api/infra/production/docker-compose-green.yaml @@ -37,7 +37,7 @@ services: ports: - "80:80" volumes: - - ./nginx.conf:/etc/nginx/nginx.conf + - ./nginx.green.conf:/etc/nginx/nginx.conf networks: - app-network