Skip to content

Commit

Permalink
Added logging section to docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Nov 27, 2024
1 parent 0af3e5a commit cbb6d57
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 @@ -32,6 +32,11 @@ services:
EENGINE_SECRET: 'secret'
# Database connection URL
EENGINE_REDIS: 'redis://redis:6379/2'
logging:
driver: 'json-file'
options:
max-size: '200m'
max-file: '5'

redis:
image: redis:alpine
Expand Down

0 comments on commit cbb6d57

Please sign in to comment.