feat: Add Watchtower
This commit is contained in:
parent
0252ab1ad8
commit
2834d0a4b5
@ -16,6 +16,7 @@ The following applications are available:
|
|||||||
[PIA](https://www.privateinternetaccess.com/) with [Wireguard](https://www.wireguard.com/) with port forwarding.
|
[PIA](https://www.privateinternetaccess.com/) with [Wireguard](https://www.wireguard.com/) with port forwarding.
|
||||||
- [Heimdall](https://heimdall.site/): Application dashboard
|
- [Heimdall](https://heimdall.site/): Application dashboard
|
||||||
- [Traefik](https://traefik.io/): Reverse proxy
|
- [Traefik](https://traefik.io/): Reverse proxy
|
||||||
|
- [Watchtower](https://containrrr.dev/watchtower/): Automated Docker images update
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@ -38,6 +39,7 @@ See [configuration](./CONFIGURATION.md).
|
|||||||
| qBittorrent | [linuxserver/qbittorrent:14.3.9](https://hub.docker.com/r/linuxserver/qbittorrent) | /qbittorrent | Uses VPN network<br>Frozen to v4.3.9 due to Libtorrent 2.x issues |
|
| qBittorrent | [linuxserver/qbittorrent:14.3.9](https://hub.docker.com/r/linuxserver/qbittorrent) | /qbittorrent | Uses VPN network<br>Frozen to v4.3.9 due to Libtorrent 2.x issues |
|
||||||
| Heimdall | [linuxserver/heimdall](https://hub.docker.com/r/linuxserver/heimdall) | / | |
|
| Heimdall | [linuxserver/heimdall](https://hub.docker.com/r/linuxserver/heimdall) | / | |
|
||||||
| Traefik | [traefik](https://hub.docker.com/_/traefik) | | |
|
| Traefik | [traefik](https://hub.docker.com/_/traefik) | | |
|
||||||
|
| Watchtower | [watchtower](https://hub.docker.com/r/containrrr/watchtower) | | |
|
||||||
|
|
||||||
|
|
||||||
## Improvement
|
## Improvement
|
||||||
|
@ -128,6 +128,11 @@ services:
|
|||||||
- traefik.http.routers.heimdall.rule=PathPrefix(`/`)
|
- traefik.http.routers.heimdall.rule=PathPrefix(`/`)
|
||||||
- traefik.http.services.heimdall.loadbalancer.server.port=80
|
- traefik.http.services.heimdall.loadbalancer.server.port=80
|
||||||
- traefik.http.routers.heimdall.tls=true
|
- traefik.http.routers.heimdall.tls=true
|
||||||
|
watchtower:
|
||||||
|
image: containrrr/watchtower
|
||||||
|
container_name: watchtower
|
||||||
|
volumes:
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user