adding ARM (Raspberry Pi) support

This commit is contained in:
Matt Berther
2016-07-26 23:41:05 -06:00
parent 8f284463ac
commit 5c6d65ba1c
4 changed files with 154 additions and 0 deletions

27
docker-compose-armhf.yml Normal file
View File

@@ -0,0 +1,27 @@
transmission:
build: ./Dockerfile.armhf
privileged: true
restart: always
ports:
- 9091:9091
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:
build: ./proxy/Dockerfile.armhf
links:
- transmission
ports:
- 8080:8080
volumes:
- /etc/localtime:/etc/localtime:ro