Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. version: '2.2'
  2. services:
  3. base:
  4. image: prekucki/golemsrv:0.19.0
  5. command: [ '--password', '123123', '--accept-terms', '--protocol_id', '107' ]
  6. privileged: true
  7. volumes:
  8. - golem-requestor-config:/work/config:rw
  9. - ./assets:/work/data:ro
  10. node:
  11. image: prekucki/golemsrv:0.19.0
  12. privileged: true
  13. command: [ '--password', '123123', '--accept-terms', '--protocol_id', '107', '-p', 'base:40102' ]
  14. scale: 5
  15. depends_on:
  16. - base
  17.  
  18. volumes:
  19. golem-requestor-config:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement