Add Fluent Ingest service with configuration, Docker support, and tests

This commit is contained in:
Simon Larsen
2024-11-21 13:31:11 +00:00
parent 74e43f0526
commit 9244e49e6b
35 changed files with 5483 additions and 49 deletions

View File

@@ -113,6 +113,12 @@ services:
file: ./docker-compose.base.yml
service: ingestor
fluent-ingest:
image: oneuptime/fluent-ingest:${APP_TAG}
extends:
file: ./docker-compose.base.yml
service: fluent-ingest
isolated-vm:
image: oneuptime/isolated-vm:${APP_TAG}
extends: