1
Fork 0
mirror of https://github.com/wlinator/luminara.git synced 2024-10-02 18:03:12 +00:00

add Dozzle logger

This commit is contained in:
wlinator 2024-02-29 20:02:30 +00:00
parent 1d42a4cbd9
commit d3cd7672ce
2 changed files with 16 additions and 3 deletions

3
.gitignore vendored
View file

@ -6,5 +6,6 @@ __pycache__/
.env
*.log
users.yml
db/data/
db/init/2-data.sql
db/init/2-data.sql

View file

@ -45,8 +45,20 @@ services:
options:
max-size: "50m"
ports:
- 8080:8080
- 8085:8080
dozzle:
container_name: dozzle
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- .:/data
ports:
- 8080:8080
environment:
DOZZLE_AUTH_PROVIDER: simple
volumes:
dbdata:
debuglog: