Update Fluent Bit Docker configuration and remove obsolete YAML file

This commit is contained in:
Simon Larsen
2024-12-04 20:09:16 +00:00
parent e0f5d8f1f2
commit 38ad431b17
3 changed files with 6 additions and 2 deletions

View File

@@ -5,4 +5,6 @@ USER root
EXPOSE 24224
EXPOSE 24284
EXPOSE 2020
EXPOSE 2020
CMD ["/fluent-bit/bin/fluent-bit", "-c", "/fluent-bit/etc/fluent-bit.yaml"]

View File

@@ -4,9 +4,11 @@ service:
http_server: true
http_listen: 0.0.0.0
http_port: 2020
pipeline:
inputs:
- name: random
outputs:
- name: stdout
match: '*'

View File

@@ -434,7 +434,7 @@ services:
file: ./docker-compose.base.yml
service: fluent-bit
volumes:
- ./FluentBit/fluent-bit.yaml:/fluent-bit/etc/fluent-bit.yaml
- ./FluentBit/etc:/fluent-bit/etc/
build:
network: host
context: .