Skip to content

Commit

Permalink
Restrict backend logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cschleiden authored Jan 1, 2024
1 parent 05c36f7 commit 66251df
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 @@ -24,6 +24,11 @@ services:
depends_on:
- sql-server-db

logging:
options:
max-size: "100m"
max-file: "3"

# Want to run sql server separately
extra_hosts:
- "host.docker.internal:host-gateway"
Expand Down

0 comments on commit 66251df

Please sign in to comment.