You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

docker-compose-armhf.yml 990B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. version: '2'
  2. services:
  3. transmission:
  4. build:
  5. context: .
  6. dockerfile: Dockerfile.armhf
  7. image: haugene/rpi-transmission-openvpn
  8. cap_add:
  9. - NET_ADMIN
  10. devices:
  11. - "/dev/net/tun"
  12. restart: always
  13. ports:
  14. - "9091:9091"
  15. dns:
  16. - 8.8.8.8
  17. - 8.8.4.4
  18. volumes:
  19. - /etc/localtime:/etc/localtime:ro
  20. - /your/storage/path/:/data
  21. environment:
  22. - OPENVPN_PROVIDER=PIA
  23. - OPENVPN_USERNAME=username
  24. - OPENVPN_PASSWORD=password
  25. - OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60
  26. - LOCAL_NETWORK=192.168.0.0/24
  27. proxy:
  28. build:
  29. context: ./proxy
  30. dockerfile: Dockerfile.armhf
  31. image: haugene/rpi-transmission-openvpn-proxy
  32. links:
  33. - transmission
  34. ports:
  35. - "8080:8080"
  36. volumes:
  37. - /etc/localtime:/etc/localtime:ro
  38. rss:
  39. build:
  40. context: ./plugins/rss
  41. dockerfile: Dockerfile.armhf
  42. image: haugene/rpi-transmission-plugin-rss
  43. links:
  44. - transmission
  45. environment:
  46. - RSS_URL=http://.../xxxxx.rss