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
4 merge requests!34Merging develop (merged from 2024Q2_RC) into main creating for 2024Q2 Release,!33Merging 2024Q2_RC into main creating for 2024Q2 Release,!28Resolve "Kubernetes installation needs to include CRIDGE component",!27Resolve "Apply log rotation to TMF API container"
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