mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-02 02:47:49 +08:00
first commit
This commit is contained in:
commit
149e02a10d
72 changed files with 3442 additions and 0 deletions
21
dozzle/compose.yaml
Normal file
21
dozzle/compose.yaml
Normal file
|
@ -0,0 +1,21 @@
|
|||
services:
|
||||
dozzle:
|
||||
image: amir20/dozzle:latest
|
||||
container_name: dozzle
|
||||
networks:
|
||||
- default
|
||||
- metrics
|
||||
- proxy
|
||||
labels:
|
||||
caddy: dozzle.ferngarden.net
|
||||
caddy.import: internal
|
||||
caddy.reverse_proxy: '{{ upstreams 8080 }}'
|
||||
environment:
|
||||
DOZZLE_REMOTE_HOST: tcp://docker_socket_proxy:2375|docker.local,tcp://10.0.1.105:2375|minecraft.local,tcp://10.0.1.4:2375|weebill.local
|
||||
|
||||
networks:
|
||||
default:
|
||||
metrics:
|
||||
external: true
|
||||
proxy:
|
||||
external: true
|
Loading…
Add table
Add a link
Reference in a new issue