Skip to content

Commit

Permalink
fix: awslogs driver
Browse files Browse the repository at this point in the history
  • Loading branch information
apalchys committed Feb 16, 2025
1 parent f4b2180 commit 6bc5852
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ services:
- shared-network
depends_on:
- server
logging:
driver: awslogs
options:
awslogs-region: eu-central-1
awslogs-group: rsschool-app
awslogs-stream: nestjs
awslogs-create-group: 'true'

nginx:
container_name: nginx
Expand Down

0 comments on commit 6bc5852

Please sign in to comment.