This commit is contained in:
Rich
2023-10-09 17:50:01 +01:00
parent 99b71e5449
commit c16dd656be
2 changed files with 16 additions and 15 deletions

1
access Normal file
View File

@@ -0,0 +1 @@
e9f2ab16c234ed80e1546665023b4104f782cfad14f3252c2b6af949aa9b4c1d

View File

@@ -8,7 +8,7 @@ services:
devices:
- /dev/net/tun
environment:
- USER=${DUSER}
- USER=${DNORD_USER}
- "PASS=${DNORD_PASS}"
- COUNTRY=Canada
- GROUP=Standard VPN servers
@@ -41,7 +41,7 @@ services:
- "vpn"
swag:
image: lscr.io/linuxserver/swag
image: linuxserver/swag
container_name: swag
cap_add:
- NET_ADMIN
@@ -79,7 +79,7 @@ services:
- /srv/docker/authelia/config:/config
heimdall:
image: lscr.io/linuxserver/heimdall
image: linuxserver/heimdall
container_name: heimdall
environment:
- "PUID=1000"
@@ -96,7 +96,7 @@ services:
- /srv/docker/heimdall:/config
sabnzbd:
image: lscr.io/linuxserver/sabnzbd:latest
image: linuxserver/sabnzbd:latest
container_name: sabnzbd
environment:
- "PUID=1000"
@@ -117,7 +117,7 @@ services:
- /srv/incomplete-nzb:/incomplete
qbittorrent:
image: lscr.io/linuxserver/qbittorrent
image: linuxserver/qbittorrent
container_name: qbittorrent
environment:
- "PUID=1000"
@@ -135,7 +135,7 @@ services:
- /srv/incomplete:/incomplete
jackett:
image: lscr.io/linuxserver/jackett
image: linuxserver/jackett
container_name: jackett
environment:
- "PUID=1000"
@@ -152,7 +152,7 @@ services:
- /srv/docker/jackett:/config
radarr:
image: lscr.io/linuxserver/radarr
image: linuxserver/radarr
container_name: radarr
environment:
- "PUID=1000"
@@ -171,7 +171,7 @@ services:
- /srv/DL:/downloads
sonarr:
image: lscr.io/linuxserver/sonarr
image: linuxserver/sonarr
container_name: sonarr
environment:
- "PUID=1000"
@@ -190,7 +190,7 @@ services:
- /srv/DL:/downloads
lidarr:
image: lscr.io/linuxserver/lidarr
image: linuxserver/lidarr
container_name: lidarr
environment:
- "PUID=1000"
@@ -226,7 +226,7 @@ services:
- /srv/docker/tautull:/config
ombi:
image: lscr.io/linuxserver/ombi
image: linuxserver/ombi
container_name: ombi
environment:
- "PUID=1000"
@@ -260,7 +260,7 @@ services:
- /srv/docker/guacamole/config:/config
pyload:
image: lscr.io/linuxserver/pyload
image: linuxserver/pyload
container_name: pyload
environment:
- "PUID=1000"
@@ -304,7 +304,7 @@ services:
- /srv/docker/postgres:/var/lib/postgresql
mariadb:
image: lscr.io/linuxserver/mariadb
image: linuxserver/mariadb
container_name: mariadb
environment:
- PUID=1000
@@ -393,7 +393,7 @@ services:
- /etc/os-release:/host/etc/os-release:ro
vscode:
image: lscr.io/linuxserver/code-server
image: linuxserver/code-server
container_name: vscode
environment:
- PUID=1000
@@ -412,7 +412,7 @@ services:
- /srv/docker/vscode/config:/config
cells:
image: lscr.io/linuxserver/pydio-cells
image: linuxserver/pydio-cells
container_name: cells
environment:
- PUID=1000
@@ -429,7 +429,7 @@ services:
- /srv/docker/cells/config:/config
wireguard:
image: lscr.io/linuxserver/wireguard:latest
image: linuxserver/wireguard:latest
container_name: wireguard
cap_add:
- NET_ADMIN