first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-05-16 14:26:58 +02:00
parent 2111f7db5f
commit db59715d36
29 changed files with 102 additions and 70 deletions

View File

@ -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}
```

View File

@ -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

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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}
```

View File

@ -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
```

View 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
```

View File

@ -48,8 +48,8 @@ services:
Environments:
```
NET=bridge
PUID=1000
PGID=1000
PUID=${PUID-1000}
PGID=${PGID-1000}
TZ=Europe/Lisbon
URL=example.com

View File

@ -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
```

View File

@ -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>

View File

@ -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
```

View File

@ -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}
```

View File

@ -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

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```

View File

@ -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
```