mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(api): logging configs
This commit is contained in:
@@ -6,3 +6,9 @@ services:
|
||||
- ../../.env
|
||||
ports:
|
||||
- '3000:3000'
|
||||
logging:
|
||||
driver: 'local'
|
||||
options:
|
||||
max-size: '10m'
|
||||
max-file: '3'
|
||||
compress: 'true'
|
||||
|
||||
Reference in New Issue
Block a user