Added Vikunja a task platform
This commit is contained in:
@@ -207,7 +207,6 @@ services:
|
||||
ports:
|
||||
- "51820:51820/udp"
|
||||
- "8000:8000"
|
||||
- "8080:8080" # Add qBittorrent WebUI port
|
||||
- "6881:6881" # Add qBittorrent listening port
|
||||
- "6881:6881/udp" # Add qBittorrent listening port UDP
|
||||
healthcheck:
|
||||
@@ -223,6 +222,8 @@ services:
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- PUID=${PUID}
|
||||
- PGID=${PGID}
|
||||
@@ -239,11 +240,9 @@ services:
|
||||
timeout: 5s
|
||||
interval: 30s
|
||||
retries: 3
|
||||
networks:
|
||||
- lingen
|
||||
restart: unless-stopped
|
||||
network_mode: "container:gluetun"
|
||||
depends_on:
|
||||
gluetun:
|
||||
condition: service_healthy
|
||||
|
||||
lidarr:
|
||||
container_name: lidarr
|
||||
|
||||
Reference in New Issue
Block a user