Skip to content
Snippets Groups Projects
Commit b51a6f5a authored by trantzas's avatar 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
No related branches found
No related tags found
Loading
Pipeline #5654 passed
......@@ -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:
......
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