adding all my compose files

This commit is contained in:
2026-03-29 02:37:51 +00:00
parent 76852b403b
commit 07b2f20ca9
30 changed files with 1012 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# dozzle - https://github.com/amir20/dozzle
services:
dozzle:
container_name: dozzle
image: ghcr.io/amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 4343:8080
restart: always