homelab/tasks/dozzle-agent.yml
Matthew McKinnon 8d4be87e93
All checks were successful
Deploy / Prepare Build (push) Successful in 49s
feat: add dozzle agent for omada
2024-11-16 22:21:30 +10:00

12 lines
285 B
YAML

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