#107 Move uptime kuma into monitoring stack
This commit is contained in:
parent
68b2fb87a7
commit
2aba66d943
@ -57,6 +57,19 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- traefik.enable=false
|
- traefik.enable=false
|
||||||
|
|
||||||
|
uptime-kuma:
|
||||||
|
image: louislam/uptime-kuma:1
|
||||||
|
container_name: monitoring_uptime-kuma
|
||||||
|
restart: "no"
|
||||||
|
volumes:
|
||||||
|
- $DOCKER_DATA:/app/data
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
networks:
|
||||||
|
- web
|
||||||
|
labels:
|
||||||
|
- traefik.http.routers.uptime-kuma.rule=Host(`uptime.jafner.net`)
|
||||||
|
- traefik.http.routers.uptime-kuma.tls.certresolver=lets-encrypt
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
monitoring:
|
monitoring:
|
||||||
external: true
|
external: true
|
||||||
|
@ -32,6 +32,7 @@ But that script used hardcoded credentials for host, username, and password. We
|
|||||||
Prerequisites:
|
Prerequisites:
|
||||||
- a Python3 environment
|
- a Python3 environment
|
||||||
- the `qbittorrent-api` package
|
- the `qbittorrent-api` package
|
||||||
|
- the `hurry.filesize` package
|
||||||
|
|
||||||
Steps:
|
Steps:
|
||||||
1. Get the URL of the Qbittorrent webUI. `docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' qbittorrent_qbittorrent`. We'll assume the default port of `8080` for the webUI here.
|
1. Get the URL of the Qbittorrent webUI. `docker inspect --format='{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' qbittorrent_qbittorrent`. We'll assume the default port of `8080` for the webUI here.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user