Initial configuration

This commit is contained in:
2025-01-09 22:43:51 +01:00
commit ac89f6af47
49 changed files with 7333 additions and 0 deletions

15
dozzle/docker-compose.yml Normal file
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