Skip to content

Commit

Permalink
chore: springboot docker에 cloudWatch 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Ogu1208 committed Oct 16, 2024
1 parent c133b09 commit 075a198
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ services:
ports:
- "8080:8080"
restart: on-failure
logging:
driver: awslogs
options:
awslogs-group: "cloudwatch-log"
awslogs-region: "ap-northeast-2"
awslogs-stream: "chekirout-springboot-be"
networks:
- chekirout-network # 네트워크 연결 추가

Expand Down

0 comments on commit 075a198

Please sign in to comment.