mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
chore(docker-compose): add fluentd service to docker-compose.base.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user