First commit

This commit is contained in:
bigboxuser
2025-08-31 13:37:36 +03:00
commit 4fcd91dd04
13 changed files with 222 additions and 0 deletions

17
dozzle/docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
# Run with docker compose up -d
services:
dozzle:
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 192.168.0.131:8009:8080
environment:
# Uncomment to enable container actions (stop, start, restart). See https://dozzle.dev/guide/actions
# - DOZZLE_ENABLE_ACTIONS=true
#
# Uncomment to allow access to container shells. See https://dozzle.dev/guide/shell
- DOZZLE_ENABLE_SHELL=true
#
# Uncomment to enable authentication. See https://dozzle.dev/guide/authentication
# - DOZZLE_AUTH_PROVIDER=simple