Skip to content

Commit

Permalink
fix: docker-compose-production.yml 수정
Browse files Browse the repository at this point in the history
- cloudwatch 관련 설정 제거
  • Loading branch information
yonghwankim-dev committed Jul 31, 2024
1 parent e7f5ca7 commit 324d525
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker-compose-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ services:
environment:
PROFILE: production
TZ: Asia/Seoul
logging:
driver: awslogs
options:
awslogs-group: "fineAnts/app"
awslogs-region: "ap-northeast-2"
awslogs-stream: "production/web/info"
depends_on:
- redis
networks:
Expand Down

0 comments on commit 324d525

Please sign in to comment.