FiIthy_Wyze

Sylo Node docker-compose

May 18th, 2021 (edited)
1,125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.90 KB | None | 0 0
  1. version: '3.7'
  2. services:
  3.   sylo-node:
  4.     image: dn3010/sylo-node
  5.     ports:
  6.      - '127.0.0.1:12345:12345'
  7.       - '127.0.0.1:12321:12321'
  8.     volumes:
  9.      - 'PATH:\TO\YOUR\PREFERRED\NODE\DIRECTORY\:/.sylo-node/'
  10.     entrypoint:
  11.      - '/app/sylo-node'
  12.       - 'service'
  13.       - '--data-directory'
  14.       - '/root/.sylo-node/stores/'
  15.       - '--identity'
  16.       - '/root/.sylo-node/node.id'
  17.       - '--listen'
  18.       - '/ip4/0.0.0.0/tcp/12345'
  19.       - '--public-listen'
  20.       - '/ip4/YOURIPGOESHERE/tcp/12345'
  21.       - '--bootstrap-peer'
  22.       - '/ip4/198.48.153.145/tcp/12345/p2p/12D3KooWSXzDpPgRtctTpWufqQ3X8QkQ9R8wXNPh1jSDpXJ6hvyV'
  23.       - '--bootstrap-peer'
  24.       - '/ip4/46.105.29.45/tcp/12345/p2p/12D3KooWAn8g19VMM6o1ZAoDjXCaBrWcETzbK7xnJTYFX7iqLvjZ'
  25.       - '--bootstrap-peer'
  26.       - '/ip4/51.195.119.95/tcp/12345/p2p/12D3KooWGsys67UNJku3t3bnA31VdnsaNn2LrVzj4eNewjSYe8KR'
  27.       - '--bootstrap-peer'
  28.       - '/ip4/50.18.245.175/tcp/12733/p2p/12D3KooWBDsmZbA7ZvSkv3owqjnUUMTLfjY4XhkqSJD1mmprLvE2'
  29.       - '--bootstrap-peer'
  30.       - '/ip4/54.179.96.77/tcp/12733/p2p/12D3KooWQzspLMnNcwv1VzTvtEw2sYV1LBCnyTq6ANES7Aecuou6'
  31.       - '--bootstrap-peer'
  32.       - '/ip4/3.6.137.141/tcp/12733/p2p/12D3KooWBQ7iH8NofcdsKxF8BRxy61FMqy5qwdqiq8GBBVSZ3tU2​'
  33.       - '--bootstrap-peer'
  34.       - '/ip4/142.93.217.22/tcp/12345/p2p/12D3KooWGWuUQC6y2wBnNACJh9mn7rppGHsU6KdShpf7bZrpAf81'
  35.       - '--bootstrap-peer'
  36.       - '/ip4/159.89.185.131/tcp/12345/p2p/12D3KooWBsGmsCT22w4CpLGHad3DgdTt3vZX5vRPkeP65fHguP22'
  37.       - '--relay'
  38.       - '--rpc-ip-address'
  39.       - '0.0.0.0'
  40.       - '--rpc-port'
  41.       - '12321'
  42.       - '--rpc-user'
  43.       - 'YOURUSERNAMEGOESHERE'
  44.       - '--rpc-pw'
  45.       - 'YOURPASSWORDGOESHERE'
  46.     restart:
  47.       - 'always'
  48.  
  49. # Change the CAPITALISED bits in lines 9, 20, 43, and 45
  50.  
  51. # If you found this helpful, consider sending a Sylo token or two my way
  52. # Address - 0x4e4453447EbE6fce09F639fC2A8F3470Ab6e66Aa
Advertisement
Add Comment
Please, Sign In to add comment