Skip to content

Commit

Permalink
chore: 블루 그린 무중단을 위한 도커 컴포즈 파일 변경
Browse files Browse the repository at this point in the history
Co-authored-by: yechop <[email protected]>
Co-authored-by: lemone <[email protected]>
Co-authored-by: reddevilmidzy <[email protected]>
  • Loading branch information
3 people committed Oct 15, 2024
1 parent be11a74 commit 1882f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/be_app-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: ${DOCKER_REPO_NAME}/springboot-app:test-latest
platform: linux/arm64
ports:
- ${BLUE_SERVER_BINDING_PORT}
- "${BLUE_SERVER_BINDING_PORT}:8080"
volumes:
- ${SERVER_LOGS_PATH}/springboot-app/blue:/logs
- ${SERVER_LOGS_PATH}/springboot-app/backup/blue:/logs/backup
Expand All @@ -31,7 +31,7 @@ services:
image: ${DOCKER_REPO_NAME}/springboot-app:test-latest
platform: linux/arm64
ports:
- ${GREEN_SERVER_BINDING_PORT}
- "${GREEN_SERVER_BINDING_PORT}:8080"
volumes:
- ${SERVER_LOGS_PATH}/springboot-app/green:/logs
- ${SERVER_LOGS_PATH}/springboot-app/backup/green:/logs/backup
Expand Down

0 comments on commit 1882f2b

Please sign in to comment.