2022-09-14 11:39:14 +00:00
|
|
|
version: '3.8'
|
|
|
|
|
|
|
|
services:
|
2022-09-15 07:34:39 +00:00
|
|
|
fluent-bit:
|
|
|
|
image: fluent/fluent-bit:1.9.8
|
|
|
|
container_name: coolify-fluentbit
|
|
|
|
volumes:
|
|
|
|
- ./logs:/logs
|
|
|
|
- ./others/fluentbit/fluent-bit.conf:/fluent-bit/etc/fluent-bit.conf
|
|
|
|
- ./others/fluentbit/parser.conf:/fluent-bit/etc/parser.conf
|
|
|
|
ports:
|
|
|
|
- "24224:24224"
|
2022-09-14 11:39:14 +00:00
|
|
|
networks:
|
|
|
|
- coolify-infra
|
|
|
|
networks:
|
|
|
|
coolify-infra:
|
|
|
|
attachable: true
|
|
|
|
name: coolify-infra
|