auto: sync 2026-05-28

This commit is contained in:
2026-05-28 10:01:56 +02:00
parent 5d3187181d
commit 0f174ae967
14 changed files with 448 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
name: ops-agents
services:
dozzle-agent:
image: amir20/dozzle:latest
container_name: dozzle-agent
command: agent
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- "7007:7007"
deploy:
resources:
limits:
cpus: "0.25"
memory: 64M