feat: Fluentbit investigation

This commit is contained in:
Andras Bacsai
2022-04-20 13:33:04 +02:00
parent b46566280d
commit e10b76a46b
5 changed files with 58 additions and 3 deletions

View File

@@ -11,7 +11,24 @@ services:
published: 6379
protocol: tcp
mode: host
# fluentbit:
# container_name: coolify-fluentbit
# build:
# context: ./data/fluentd
# dockerfile: Dockerfile-dev
# ports:
# - target: 24224
# published: 24224
# protocol: tcp
# mode: host
# - target: 24224
# published: 24224
# protocol: udp
# mode: host
# networks:
# - coolify-infra
# extra_hosts:
# - 'host.docker.internal:host-gateway'
networks:
coolify-infra:
attachable: true