chore(docker-compose): add fluentd service to docker-compose.base.yml

This commit is contained in:
Nawaz Dhandala
2025-11-07 20:27:50 +00:00
parent e524dfda6d
commit c6e2f41351

View File

@@ -411,6 +411,15 @@ services:
ports:
- 13133:13133 # Otel Collector Health Check Endpoint at /heath/status
fluentd:
networks:
- oneuptime
restart: always
logging:
driver: "local"
options:
max-size: "1000m"
fluent-bit:
networks:
- oneuptime