This commit is contained in:
parent
2111f7db5f
commit
db59715d36
@ -5,11 +5,11 @@ services:
|
||||
airsonic:
|
||||
image: lscr.io/linuxserver/airsonic-advanced:latest
|
||||
container_name: airsonic
|
||||
network_mode: bridge
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Amsterdam
|
||||
- PUID=${PUID-1000}
|
||||
- PGID=${PGID-1000}
|
||||
- TZ=${TZ-Europe/Amsterdam}
|
||||
volumes:
|
||||
- /airsonic/config:/config
|
||||
- /airsonic/music:/music
|
||||
@ -22,5 +22,5 @@ services:
|
||||
- /dev/snd:/dev/snd
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
```
|
@ -26,8 +26,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
|
||||
|
@ -27,8 +27,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -61,8 +61,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -49,8 +49,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -90,8 +90,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -29,8 +29,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -30,8 +30,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
||||
|
@ -48,8 +48,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
||||
|
@ -6,16 +6,16 @@ services:
|
||||
overseerr:
|
||||
image: lscr.io/linuxserver/overseerr:latest
|
||||
container_name: overseerr
|
||||
network_mode: bridge
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Amsterdam
|
||||
- PUID=${PUID-1000}
|
||||
- PGID=${PGID-1000}
|
||||
- TZ=${TZ-Europe/Amsterdam}
|
||||
volumes:
|
||||
- /overseerr:/config
|
||||
ports:
|
||||
- 5055:5055
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
```
|
||||
|
@ -64,8 +64,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
32
docs/portainer-stacks/Prowlarr.md
Normal file
32
docs/portainer-stacks/Prowlarr.md
Normal file
@ -0,0 +1,32 @@
|
||||
Portainer Stack:
|
||||
```yaml
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
prowlarr:
|
||||
image: lscr.io/linuxserver/prowlarr:develop
|
||||
container_name: prowlarr
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
- PUID=${PUID-1000}
|
||||
- PGID=${PGID-1000}
|
||||
- TZ=${TZ-Europe/Amsterdam}
|
||||
volumes:
|
||||
- /prowlarr:/config
|
||||
ports:
|
||||
- 9696:9696
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
```
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -48,8 +48,8 @@ services:
|
||||
Environments:
|
||||
```
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
|
||||
URL=example.com
|
||||
|
@ -24,8 +24,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -6,11 +6,11 @@ services:
|
||||
transmission:
|
||||
image: lscr.io/linuxserver/transmission:latest
|
||||
container_name: transmission
|
||||
network_mode: bridge
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Amsterdam
|
||||
- PUID=${PUID-1000}
|
||||
- PGID=${PGID-1000}
|
||||
- TZ=${TZ-Europe/Amsterdam}
|
||||
- TRANSMISSION_WEB_HOME=/combustion-release/
|
||||
- USER=username
|
||||
- PASS=password
|
||||
@ -24,7 +24,7 @@ services:
|
||||
- 51413:51413/udp
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
```
|
||||
|
||||
<details>
|
||||
|
@ -31,8 +31,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -6,11 +6,11 @@ services:
|
||||
whisparr:
|
||||
image: cr.hotio.dev/hotio/whisparr:nightly
|
||||
container_name: whisparr
|
||||
network_mode: bridge
|
||||
network_mode: ${NET-bridge}
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Amsterdam
|
||||
- PUID=${PUID-1000}
|
||||
- PGID=${PGID-1000}
|
||||
- TZ=${TZ-Europe/Amsterdam}
|
||||
- UMASK=002
|
||||
volumes:
|
||||
- /whisparr:/config
|
||||
@ -20,5 +20,5 @@ services:
|
||||
- 6969:6969
|
||||
restart: unless-stopped
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
```
|
@ -6,14 +6,14 @@ services:
|
||||
wireguard:
|
||||
image: lscr.io/linuxserver/wireguard:latest
|
||||
container_name: wireguard
|
||||
network_mode: bridge
|
||||
network_mode: ${NET-bridge}
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- SYS_MODULE
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Amsterdam
|
||||
- PUID=${PUID-1000}
|
||||
- PGID=${PGID-1000}
|
||||
- TZ=${TZ-Europe/Amsterdam}
|
||||
- SERVERURL=wireguard.sthope.dev
|
||||
- SERVERPORT=51820
|
||||
- PEERS=1
|
||||
|
@ -26,8 +26,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -28,8 +28,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -30,8 +30,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -25,8 +25,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
|
||||
|
@ -30,8 +30,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -29,8 +29,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -26,8 +26,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -29,8 +29,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -37,8 +37,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -8,8 +8,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
@ -20,8 +20,8 @@ Environments:
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
PUID=${PUID-1000}
|
||||
PGID=${PGID-1000}
|
||||
TZ=Europe/Lisbon
|
||||
AutoUpdate=true
|
||||
```
|
Loading…
x
Reference in New Issue
Block a user