Skip to content

Commit

Permalink
Merge pull request #173 from AppLinkers/feature/util
Browse files Browse the repository at this point in the history
#167 FEAT - Actuator Docker port 번호 설정
  • Loading branch information
yuseogi0218 authored Jan 16, 2024
2 parents f631386 + d6df7ab commit 6dc8d6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/docker-compose.blue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
# 호스트의 8081 포트와 컨테이너의 8080 포트를 매핑
ports:
- "8081:8080"
- "8090:8090"
# 컨테이너의 이름
container_name: order-manage-server-blue

Expand Down
1 change: 1 addition & 0 deletions docker/docker-compose.green.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
build: .
ports:
- "8082:8080"
- "8090:8090"
container_name: order-manage-server-green

networks:
Expand Down

0 comments on commit 6dc8d6e

Please sign in to comment.