sd
This commit is contained in:
parent
f26108b5d9
commit
88f0f50fdc
2 changed files with 7 additions and 6 deletions
|
|
@ -8,7 +8,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /data/nfs/Baxter/Docker/gluetun:/gluetun
|
- /data/nfs/Baxter/Docker/gluetun:/gluetun
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- vpn
|
||||||
environment:
|
environment:
|
||||||
- VPN_SERVICE_PROVIDER=private internet access
|
- VPN_SERVICE_PROVIDER=private internet access
|
||||||
- OPENVPN_USER=p1016182
|
- OPENVPN_USER=p1016182
|
||||||
|
|
@ -22,5 +22,5 @@ services:
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
netgrimoire:
|
vpn:
|
||||||
external: true
|
external: true
|
||||||
9
arr.yaml
9
arr.yaml
|
|
@ -188,10 +188,11 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /DockerVol/jackett/config:/config
|
- /DockerVol/jackett/config:/config
|
||||||
- /data/nfs/Baxter/Data:/data:shared
|
- /data/nfs/Baxter/Data:/data:shared
|
||||||
ports:
|
# ports:
|
||||||
- 9117:9117
|
# - 9117:9117
|
||||||
networks:
|
# networks:
|
||||||
- vpn
|
# - vpn
|
||||||
|
network_mode: "container:gluetun"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
deploy:
|
||||||
placement:
|
placement:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue