leycloud/dozzle.yml hinzugefügt

This commit is contained in:
florian 2026-03-04 18:58:56 +01:00
parent 3e60756fc2
commit 97529c3f81
1 changed files with 15 additions and 0 deletions

15
leycloud/dozzle.yml Normal file
View File

@ -0,0 +1,15 @@
services:
dozzle-cloud:
container_name: dozzle-cloud
image: amir20/dozzle:latest
restart: unless-stopped
# Wenn du NPM nutzt, kannst du "127.0.0.1:8888:8080" nehmen,
# damit niemand die IP direkt aufruft.
ports:
- "8888:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
# WICHTIG: Nutze hier die WireGuard-IP von Leyhome
- DOZZLE_REMOTE_AGENT=10.0.0.2:7007
- DOZZLE_LEVEL=info