Skip to content

Commit

Permalink
Add logging limit to docker compose prod yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ApsiV11 authored Nov 30, 2024
1 parent 0298cdd commit 8f0e0ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ services:
- .env
ports:
- '3000:3000'
logging:
driver: "json-file"
options:
max-size: "50m"

0 comments on commit 8f0e0ac

Please sign in to comment.