Skip to content

Commit

Permalink
chore: blue 상태 핸들링
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Dec 3, 2024
1 parent 7bf371b commit 8bb06db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layer-api/infra/production/docker-compose-blue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
image: docker.io/clean01/layer-server_layer-admin:latest #
container_name: layer-admin-blue
ports:
- "3000:3000"
- "3001:3000"
environment:
- TZ=Asia/Seoul
- SPRING_PROFILES_ACTIVE=prod
Expand Down
2 changes: 1 addition & 1 deletion layer-api/infra/production/nginx.blue.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ http {
}

upstream layer-admin {
server localhost:3000;
server localhost:3001;
}

# api.layerapp.io에 대한 서버 블록
Expand Down

0 comments on commit 8bb06db

Please sign in to comment.