mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-08-18 04:07:07 +02:00
Delete armhf specific docker-compose as it is now deprecated #1591
This commit is contained in:
parent
de2598df73
commit
7419fecfaa
@ -1,41 +0,0 @@
|
|||||||
version: '2'
|
|
||||||
|
|
||||||
services:
|
|
||||||
transmission:
|
|
||||||
image: haugene/transmission-openvpn:latest-armhf
|
|
||||||
cap_add:
|
|
||||||
- NET_ADMIN
|
|
||||||
devices:
|
|
||||||
- "/dev/net/tun"
|
|
||||||
restart: always
|
|
||||||
ports:
|
|
||||||
- "9091:9091"
|
|
||||||
- "8888:8888"
|
|
||||||
dns:
|
|
||||||
- 8.8.8.8
|
|
||||||
- 8.8.4.4
|
|
||||||
volumes:
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
- /your/storage/path/:/data
|
|
||||||
environment:
|
|
||||||
- OPENVPN_PROVIDER=PIA
|
|
||||||
- OPENVPN_USERNAME=username
|
|
||||||
- OPENVPN_PASSWORD=password
|
|
||||||
- OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60
|
|
||||||
- LOCAL_NETWORK=192.168.0.0/24
|
|
||||||
|
|
||||||
proxy:
|
|
||||||
image: haugene/transmission-openvpn-proxy:latest-armhf
|
|
||||||
links:
|
|
||||||
- transmission
|
|
||||||
ports:
|
|
||||||
- "8080:8080"
|
|
||||||
volumes:
|
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
|
|
||||||
rss:
|
|
||||||
image: haugene/transmission-rss:latest-armhf
|
|
||||||
links:
|
|
||||||
- transmission
|
|
||||||
environment:
|
|
||||||
- RSS_URL=http://.../xxxxx.rss
|
|
Loading…
Reference in New Issue
Block a user