Skip to content

Commit

Permalink
docs: docker connect with aws cloud watch
Browse files Browse the repository at this point in the history
  • Loading branch information
dgjinsu committed Nov 17, 2023
1 parent 019ff54 commit 447ad17
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 @@ -20,6 +20,12 @@ services:
- SECRET_KEY=${SECRET_KEY}
- S3_ACCESS_KEY=${S3_ACCESS_KEY}
- S3_SECRET_ACCESS_KEY=${S3_SECRET_ACCESS_KEY}
logging:
driver: awslogs
options:
awslogs-group: "jikgong-logs"
awslogs-region: "ap-northeast-2"
awslogs-stream: "jikgong-stream"
ports:
- "8080:8080"
restart: always
Expand Down

0 comments on commit 447ad17

Please sign in to comment.