homelab/tasks/dozzle-agent.yml
Matthew McKinnon dbeb5ce5fa
All checks were successful
Deploy / Prepare Build (push) Successful in 27s
fix: formatting dozzle agent task
2024-11-18 16:41:01 +10:00

13 lines
289 B
YAML

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