Commit f76e7665 authored by Kostis Trantzas's avatar Kostis Trantzas
Browse files

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

parent 9624b50b
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -384,6 +384,11 @@ services:
        }'
    ports:
    - 13015:13015
    logging:
      driver: "json-file"
      options:
        max-size: "500m"
        max-file: "2" 
    networks:
    - front
    - back