2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-28 07:56:32 +01:00

add fluent-bit

This commit is contained in:
kev
2023-05-06 16:41:05 +08:00
parent f6785ff64e
commit b348f436e6
7 changed files with 250 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
version: "3.8"
services:
fluent-bit:
image: fluent/fluent-bit:2.1
ports:
- "2020:2020"
volumes:
- ./data/etc:/fluent-bit/etc
- ./data/var:/fluent-bit/var
restart: unless-stopped