compose.yaml erneut hinzugefügt

This commit is contained in:
2026-03-23 16:02:15 +01:00
parent c7a890f917
commit c19bb06603
23 changed files with 906 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
services:
dozzle:
container_name: dozzle
restart: unless-stopped
labels:
- wud.watch=true
deploy:
resources:
limits:
memory: 256M
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./data:/data
environment:
- DOZZLE_REMOTE_AGENT=192.168.178.215:9007,192.168.178.200:9007,192.168.178.241:9007
ports:
- 9889:8080
healthcheck:
test:
- CMD
- /dozzle
- healthcheck
interval: 3s
timeout: 30s
retries: 5
start_period: 30s
networks: {}