Initial commit

This commit is contained in:
georgew 2026-01-25 15:41:05 +00:00
commit 6c449ede08
2 changed files with 14 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.env

13
docker-compose.yaml Normal file
View file

@ -0,0 +1,13 @@
services:
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
- web_traffic
restart: always
networks:
web_traffic:
external: true