feat: add dozzle agent for omada
All checks were successful
Deploy / Prepare Build (push) Successful in 49s
All checks were successful
Deploy / Prepare Build (push) Successful in 49s
This commit is contained in:
11
tasks/dozzle-agent.yml
Normal file
11
tasks/dozzle-agent.yml
Normal 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
|
Reference in New Issue
Block a user