Files
pet-project-server/files/dozzle/docker-compose.template.yml
T
av ca6875eaad
Linting / YAML Lint (push) Has been cancelled
Linting / Ansible Lint (push) Has been cancelled
Dozzle: update to 10.5.3
2026-05-12 15:46:56 +03:00

24 lines
513 B
YAML

services:
dozzle_app:
image: amir20/dozzle:v10.5.3
container_name: dozzle_app
restart: unless-stopped
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
networks:
- "web_proxy_network"
environment:
DOZZLE_HOSTNAME: vakhrushev.me
DOZZLE_AUTH_PROVIDER: forward-proxy
healthcheck:
test: ["CMD", "/dozzle", "healthcheck"]
interval: 3s
timeout: 30s
retries: 5
start_period: 30s
networks:
web_proxy_network:
external: true