Skip to content

Commit

Permalink
Add log setting to Caddy container
Browse files Browse the repository at this point in the history
This avoids full disk on busy systems
  • Loading branch information
mlsmaycon committed Oct 2, 2024
1 parent ee0ea86 commit 087703a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infrastructure_files/getting-started-with-zitadel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -793,6 +793,11 @@ services:
volumes:
- netbird_caddy_data:/data
- ./Caddyfile:/etc/caddy/Caddyfile
logging:
driver: "json-file"
options:
max-size: "500m"
max-file: "2"
# UI dashboard
dashboard:
image: netbirdio/dashboard:latest
Expand Down

0 comments on commit 087703a

Please sign in to comment.