homelab/tasks/dozzle-agent.yml

13 lines
280 B
YAML
Raw Normal View History

2024-11-18 16:41:01 +10:00
---
2024-11-18 16:45:33 +10:00
- name: Create the dozzle container
2024-11-16 22:21:30 +10:00
docker_container:
2024-11-18 16:50:31 +10:00
name: dozzle_agent
image: amir20/dozzle:v8.8.0
2024-11-16 22:21:30 +10:00
command: agent
restart_policy: unless-stopped
recreate: true
ports:
- 7007:7007
2024-11-18 16:45:33 +10:00
volumes:
- /var/run/docker.sock:/var/run/docker.sock