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 1007B

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. - "8888:8888"
  16. dns:
  17. - 8.8.8.8
  18. - 8.8.4.4
  19. volumes:
  20. - /etc/localtime:/etc/localtime:ro
  21. - /your/storage/path/:/data
  22. environment:
  23. - OPENVPN_PROVIDER=PIA
  24. - OPENVPN_USERNAME=username
  25. - OPENVPN_PASSWORD=password
  26. - OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60
  27. - LOCAL_NETWORK=192.168.0.0/24
  28. proxy:
  29. build:
  30. context: ./proxy
  31. dockerfile: Dockerfile.armhf
  32. image: haugene/rpi-transmission-openvpn-proxy
  33. links:
  34. - transmission
  35. ports:
  36. - "8080:8080"
  37. volumes:
  38. - /etc/localtime:/etc/localtime:ro
  39. rss:
  40. build:
  41. context: ./plugins/rss
  42. dockerfile: Dockerfile.armhf
  43. image: haugene/rpi-transmission-plugin-rss
  44. links:
  45. - transmission
  46. environment:
  47. - RSS_URL=http://.../xxxxx.rss