homelab/tasks/dozzle-agent.yml
Matthew McKinnon 51a56c4748
All checks were successful
Deploy / Prepare Build (push) Successful in 33s
fix: formatting dozzle agent task
2024-11-18 16:50:31 +10:00

13 lines
280 B
YAML

---
- name: Create the dozzle container
docker_container:
name: dozzle_agent
image: amir20/dozzle:v8.8.0
command: agent
restart_policy: unless-stopped
recreate: true
ports:
- 7007:7007
volumes:
- /var/run/docker.sock:/var/run/docker.sock