Skip to content
Snippets Groups Projects
Commit f76e7665 authored by trantzas's avatar trantzas
Browse files

Adding log rotation for MCP server in Docker Compose file (fix for #48)

parent 9624b50b
No related branches found
No related tags found
1 merge request!59Merging "develop" to "main" branch
Pipeline #14681 passed
......@@ -384,6 +384,11 @@ services:
}'
ports:
- 13015:13015
logging:
driver: "json-file"
options:
max-size: "500m"
max-file: "2"
networks:
- front
- back
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment