feat: add dozzle agent for omada
All checks were successful
Deploy / Prepare Build (push) Successful in 49s

This commit is contained in:
2024-11-16 22:21:30 +10:00
parent 03081bf8c1
commit 8d4be87e93
3 changed files with 17 additions and 2 deletions

11
tasks/dozzle-agent.yml Normal file
View File

@ -0,0 +1,11 @@
- 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