Skip to content

Commit

Permalink
Add dozzle (#59)
Browse files Browse the repository at this point in the history
* Add a docker log viewer for development purposes
  • Loading branch information
samuelim01 authored Oct 24, 2024
1 parent 374d8da commit bc65ef7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,10 @@ services:
match-broker:
ports:
- 5672:5672

dozzle:
image: amir20/dozzle:latest
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
- 8000:8080

0 comments on commit bc65ef7

Please sign in to comment.