[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
ebcdd9d7ff
commit
abdd7301c9
1 changed files with 4 additions and 11 deletions
15
compose.yaml
15
compose.yaml
|
|
@ -1,6 +1,4 @@
|
|||
networks:
|
||||
wireguard:
|
||||
name: wireguard
|
||||
media_network:
|
||||
name: media_network
|
||||
|
||||
|
|
@ -22,12 +20,12 @@ services:
|
|||
- /lib/modules:/lib/modules #optional
|
||||
ports:
|
||||
- 51820:51820/udp
|
||||
- 8080:8080
|
||||
sysctls:
|
||||
- net.ipv4.conf.all.src_valid_mark=1
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
wireguard:
|
||||
gw_priority: 100
|
||||
- media_network
|
||||
|
||||
radarr:
|
||||
container_name: radarr
|
||||
|
|
@ -190,17 +188,12 @@ services:
|
|||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Berlin
|
||||
- SABNZBD_HOST=0.0.0.0
|
||||
volumes:
|
||||
- /app-config/sabnzbd:/config
|
||||
- /usenet:/usenet
|
||||
ports:
|
||||
- 8080:8080
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
wireguard:
|
||||
gw_priority: 100
|
||||
media_network:
|
||||
gw_priority: 1
|
||||
network_mode: "service:wireguard"
|
||||
|
||||
lidarr:
|
||||
image: lscr.io/linuxserver/lidarr:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue