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.yml 771B

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