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