everything

This commit is contained in:
harrispm 2024-11-05 21:46:26 -06:00
parent 8aadf69aaa
commit 96e028110d
877 changed files with 3046 additions and 0 deletions

29
NG-Downloaders.yaml Executable file
View 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'