homelab/tasks/dozzle-agent.yml

12 lines
285 B
YAML
Raw Normal View History

2024-11-16 22:21:30 +10:00
- name: Create the dozzle agent container
docker_container:
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
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 7007:7007