chore: update dozzle and gitea for rebuild

This commit is contained in:
2025-10-11 22:44:44 +10:00
parent bc61753794
commit 4fa6676e91
6 changed files with 86 additions and 65 deletions

12
tasks/OLDdozzle-agent.yml Normal file
View File

@@ -0,0 +1,12 @@
---
- name: Create the dozzle container
docker_container:
name: dozzle_agent
image: amir20/dozzle:v8.14.4
restart_policy: unless-stopped
command: agent
recreate: true
ports:
- 7007:7007
volumes:
- /var/run/docker.sock:/var/run/docker.sock