Skip to content

Commit

Permalink
COD-75 - added log size
Browse files Browse the repository at this point in the history
  • Loading branch information
addicola committed Jul 18, 2024
1 parent 4c6aff3 commit 95b5c1c
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 @@ -3,6 +3,11 @@ version: "3.8"
services:
proposal_monitor:
build: .
logging:
driver: "json-file"
options:
max-size: "200m"
max-file: "10"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/health"]
interval: 30s
Expand Down

0 comments on commit 95b5c1c

Please sign in to comment.