Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. version: '2'
  2. services:
  3. rutorrent-arckosfr:
  4. image: xataz/rtorrent-rutorrent:filebot
  5. container_name: arckosfr-rutorrent
  6. environment:
  7. - UID=1000
  8. - GID=1000
  9. - WEBROOT=/rutorrent
  10. - PORT_RTORRENT=45000
  11. volumes:
  12. - /home/arckosfr/rutorrent:/data
  13. ports:
  14. - "45000:45000"
  15. networks:
  16. - web
  17.  
  18. sickrage-arckosfr:
  19. image: arckosfr/sickrage
  20. container_name: arckosfr-sickrage
  21. environment:
  22. - UID=1000
  23. - GID=1000
  24. volumes:
  25. - /home/arckosfr/sickrage:/config
  26. - /home/arckosfr/torrents:/torrents
  27. links:
  28. - rutorrent-arckosfr:rutorrent
  29. networks:
  30. - web
  31. networks:
  32. web:
  33. external: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement