|
@@ -14,10 +14,10 @@ services:
|
|
container_name: joystream-node
|
|
container_name: joystream-node
|
|
volumes:
|
|
volumes:
|
|
- chain-data:/data
|
|
- chain-data:/data
|
|
- command: --dev --alice --validator --unsafe-ws-external --unsafe-rpc-external --rpc-methods Unsafe --rpc-cors=all --log runtime --base-path /data
|
|
+ command: --dev --alice --validator --unsafe-ws-external --unsafe-rpc-external --rpc-methods Safe --rpc-cors=all --log runtime --base-path /data
|
|
ports:
|
|
ports:
|
|
- - '127.0.0.1:9944:9944'
|
|
+ - 9944:9944
|
|
- - '127.0.0.1:9933:9933'
|
|
+ - 9933:9933
|
|
|
|
|
|
colossus-1:
|
|
colossus-1:
|
|
image: node:14
|
|
image: node:14
|
|
@@ -31,7 +31,7 @@ services:
|
|
target: /joystream
|
|
target: /joystream
|
|
working_dir: /joystream/storage-node-v2
|
|
working_dir: /joystream/storage-node-v2
|
|
ports:
|
|
ports:
|
|
- - '127.0.0.1:3333:3333'
|
|
+ - 3333:3333
|
|
env_file:
|
|
env_file:
|
|
# relative to working directory where docker-compose was run from
|
|
# relative to working directory where docker-compose was run from
|
|
- .env
|
|
- .env
|
|
@@ -59,7 +59,7 @@ services:
|
|
# let the working_dir be the distributor node to pickup the config.yml file
|
|
# let the working_dir be the distributor node to pickup the config.yml file
|
|
working_dir: /joystream/distributor-node
|
|
working_dir: /joystream/distributor-node
|
|
ports:
|
|
ports:
|
|
- - 127.0.0.1:3334:3334
|
|
+ - 3334:3334
|
|
env_file:
|
|
env_file:
|
|
# relative to working directory where docker-compose was run from
|
|
# relative to working directory where docker-compose was run from
|
|
- .env
|
|
- .env
|
|
@@ -94,7 +94,7 @@ services:
|
|
target: /joystream
|
|
target: /joystream
|
|
working_dir: /joystream/storage-node-v2
|
|
working_dir: /joystream/storage-node-v2
|
|
ports:
|
|
ports:
|
|
- - '127.0.0.1:3335:3333'
|
|
+ - 3335:3333
|
|
env_file:
|
|
env_file:
|
|
# relative to working directory where docker-compose was run from
|
|
# relative to working directory where docker-compose was run from
|
|
- .env
|
|
- .env
|
|
@@ -122,7 +122,7 @@ services:
|
|
# let the working_dir be the distributor node to pickup the config.yml file
|
|
# let the working_dir be the distributor node to pickup the config.yml file
|
|
working_dir: /joystream/distributor-node
|
|
working_dir: /joystream/distributor-node
|
|
ports:
|
|
ports:
|
|
- - 127.0.0.1:3336:3334
|
|
+ - 3336:3334
|
|
env_file:
|
|
env_file:
|
|
# relative to working directory where docker-compose was run from
|
|
# relative to working directory where docker-compose was run from
|
|
- .env
|
|
- .env
|