Skip to content

Commit

Permalink
Set container logging to 100m max
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed Apr 15, 2024
1 parent df2de8d commit fb50f0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ x-server: &base_server_setup
depends_on:
- db
- redis
logging:
driver: "json-file"
options:
max-size: "100m"
max-file: "5"


x-worker: &base_worker_setup
Expand Down

0 comments on commit fb50f0c

Please sign in to comment.