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

Merge branch '21-apply-log-rotation-to-tmf-api-container' into 'develop'

Resolve "Apply log rotation to TMF API container"

See merge request !27
parents eed62697 4520024e
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -208,6 +208,11 @@ services:
        "kroki.serverurl" : "http://localhost/kroki",
        "server.forward-headers-strategy":"FRAMEWORK"  
      }'
    logging:
      driver: "json-file"
      options:
        max-size: "1g"
        max-file: "3"  
    volumes:
    - ./repo:/root
    ports: