coolify/templates/compose/dozzle.yaml

21 lines
546 B
YAML
Raw Normal View History

2024-10-07 16:10:16 +00:00
# documentation: https://dozzle.dev/guide/getting-started#running-with-docker
2024-10-03 14:19:05 +00:00
# slogan: Dozzle is a simple and lightweight web UI for Docker logs.
# category: devtools
2024-10-03 14:19:05 +00:00
# tags: dozzle,docker,logs,web-ui
# logo: svgs/dozzle.svg
# port: 8080
services:
dozzle:
image: amir20/dozzle:latest
environment:
- SERVICE_URL_DOZZLE_8080
2024-10-03 14:19:05 +00:00
volumes:
- /var/run/docker.sock:/var/run/docker.sock
healthcheck:
test: ["CMD", "/dozzle", "healthcheck"]
interval: 3s
timeout: 30s
retries: 5
start_period: 30s