coolify/docker-compose-dev.yaml

17 lines
299 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:
2022-09-15 10:56:19 +02:00
image: coollabsio/coolify-fluent-bit:1.0.0
2022-09-15 09:34:39 +02:00
container_name: coolify-fluentbit
volumes:
- ./logs:/logs
ports:
- "24224:24224"
2022-09-14 13:39:14 +02:00
networks:
- coolify-infra
networks:
coolify-infra:
attachable: true
name: coolify-infra