everything
This commit is contained in:
parent
8aadf69aaa
commit
96e028110d
877 changed files with 3046 additions and 0 deletions
29
NG-Downloaders.yaml
Executable file
29
NG-Downloaders.yaml
Executable file
|
|
@ -0,0 +1,29 @@
|
|||
version: "3"
|
||||
services:
|
||||
|
||||
transmission-openvpn:
|
||||
image: haugene/transmission-openvpn
|
||||
container_name: transmission
|
||||
hostname: transmission
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
volumes:
|
||||
- /DockerVol/OpenVPN/data/:/data
|
||||
- /DockerVol/OpenVPN/config/:/config
|
||||
environment:
|
||||
- OPENVPN_PROVIDER=PIA
|
||||
- OPENVPN_CONFIG=france
|
||||
- OPENVPN_USERNAME=p1016182
|
||||
- OPENVPN_PASSWORD=F@lcon12
|
||||
- LOCAL_NETWORK=192.168.0.0/16
|
||||
- TZ=America/Chicago
|
||||
- PGID=998
|
||||
- PUID=1001
|
||||
# logging:
|
||||
# - driver: json-file
|
||||
# - options:
|
||||
# max-size: 10m
|
||||
networks:
|
||||
- netgrimoire
|
||||
ports:
|
||||
- '9091:9091'
|
||||
Loading…
Add table
Add a link
Reference in a new issue