Added dozzle

This commit is contained in:
2024-10-24 20:14:50 +02:00
parent 74b0efc9ee
commit 728fb943af
5 changed files with 33 additions and 9 deletions

View File

@@ -0,0 +1,15 @@
services:
dozzle:
image: amir20/dozzle:latest
container_name: dozzle
restart: unless-stopped
volumes:
- /run/user/1000/docker.sock:/var/run/docker.sock:ro
environment:
DOZZLE_ENABLE_ACTIONS: true
DOZZLE_AUTH_PROVIDER: forward-proxy
networks:
default:
external: true
name: proxy