coolify/docker-compose-dev.yaml

19 lines
429 B
YAML
Raw Normal View History

2022-09-14 13:39:14 +02:00
version: '3.8'
services:
2022-09-15 09:34:39 +02: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 13:39:14 +02:00
networks:
- coolify-infra
networks:
coolify-infra:
attachable: true
name: coolify-infra