| 1 | services: |
| 2 | dozzle: |
| 3 | container_name: dozzle |
| 4 | image: amir20/dozzle:latest |
| 5 | # ports: |
| 6 | # - 9999:8080 |
| 7 | environment: |
| 8 | - DOZZLE_AUTH_PROVIDER=simple |
| 9 | - DOZZLE_HOSTNAME=<tuo_hostname> |
| 10 | volumes: |
| 11 | - /var/run/docker.sock:/var/run/docker.sock |
| 12 | - ./dozzle-data:/data |
| 13 | networks: |
| 14 | - npm-internal |
| 15 | restart: unless-stopped |
| 16 | networks: |
| 17 | npm-internal: |
| 18 | name: npm-internal |
| 19 | external: true |
emanuelegori / Dozzle
Last active 4 months ago
Dozzle is a small lightweight application with a web based interface to monitor Docker logs. It doesn’t store any log files. It is for live monitoring of your container logs only.
Revision 15670d2f29edda52558927475e20beac9e7d5a85
| 1 | # make a new file called “users.yml” inside the “dozzle-data” directory |
| 2 | |
| 3 | users: |
| 4 | admin: #username |
| 5 | name: "Emanuele" #full name |
| 6 | password: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" #Bcrypt Hash |
| 7 | email: "zzzzzzzzzzz" #email |