Skip to content

Commit

Permalink
Merge pull request #5 from antonkorotkov/dev
Browse files Browse the repository at this point in the history
logging
  • Loading branch information
antonkorotkov authored Sep 26, 2024
2 parents 788262f + 6c4cbb7 commit edd789a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ services:
logging:
driver: json-file
options:
max-size: 1m
max-file: 3
max-size: 100k
max-file: 1
restart: always

mongodb:
Expand All @@ -34,8 +34,8 @@ services:
logging:
driver: json-file
options:
max-size: 1m
max-file: 3
max-size: 100k
max-file: 1
restart: always

app:
Expand All @@ -58,8 +58,8 @@ services:
logging:
driver: json-file
options:
max-size: 1m
max-file: 3
max-size: 100k
max-file: 1
restart: always

worker:
Expand All @@ -82,8 +82,8 @@ services:
logging:
driver: json-file
options:
max-size: 1m
max-file: 3
max-size: 100k
max-file: 1
restart: always

networks:
Expand Down

0 comments on commit edd789a

Please sign in to comment.