Menno van Leeuwen 7d4b255b4c
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 14s
Nix Format Check / check-format (push) Successful in 47s
Python Lint Check / check-python (push) Failing after 10s
feat: update README with server reboot instructions and modify Caddyfile for IP headers
2025-03-26 15:17:01 +01:00

20 lines
362 B
Django/Jinja

services:
dozzle:
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8585:8080
environment:
- DOZZLE_NO_ANALYTICS=true
restart: unless-stopped
networks:
- dozzle-net
- caddy_network
networks:
dozzle-net:
caddy_network:
external: true
name: caddy_default