File tree 2 files changed +14
-10
lines changed
2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ services:
5
5
client :
6
6
environment :
7
7
BLOCKCHAIN_WS_HOST :
8
+ BLOCKCHAIN_PORT : 80
8
9
AUTOSTART_RETRIES : 100
9
10
10
11
deployer :
@@ -13,15 +14,18 @@ services:
13
14
# ETH_NETWORK sets the network selected by Truffle from truffle-config.js
14
15
# startup routines will wait for a blockchain client to be reachable on this network
15
16
ETH_NETWORK : ropsten
16
- BLOCKCHAIN_WS_HOST :
17
- ETH_PRIVATE_KEY :
17
+ BLOCKCHAIN_WS_HOST : ropsten1-ws.testnet.nightfall3.com
18
+ BLOCKCHAIN_PORT : 80
19
+ ETH_PRIVATE_KEY : abf4ed9f30bd1e4a290310d726c7bbdf39cd75a25eebd9a3a4874e10b4a0c4ce
18
20
USE_ROPSTEN : enable
19
21
20
22
optimist :
21
23
environment :
22
- BLOCKCHAIN_WS_HOST :
24
+ BLOCKCHAIN_WS_HOST : ropsten1-ws.testnet.nightfall3.com
25
+ BLOCKCHAIN_PORT : 80
23
26
AUTOSTART_RETRIES : 100
24
27
25
28
proposer :
26
29
environment :
27
- BLOCKCHAIN_WS_HOST :
30
+ BLOCKCHAIN_WS_HOST : ropsten1-ws.testnet.nightfall3.com
31
+ BLOCKCHAIN_PORT : 80
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ services:
12
12
target : /app/mongodb
13
13
networks :
14
14
- pong_network
15
- ports :
16
- - 27017:27017
17
- - 8080:80
15
+ # ports:
16
+ # - 27017:27017
17
+ # - 8080:80
18
18
depends_on :
19
19
- worker
20
20
- rabbitmq
@@ -47,10 +47,10 @@ services:
47
47
image : ghcr.io/eyblockchain/nightfall3-optimist:latest
48
48
networks :
49
49
- pong_network
50
- ports :
51
- - 8081:80
50
+ # ports:
51
+ # - 8081:80
52
52
# websocket port for Optimist is on localhost:8082
53
- - 8082:8080
53
+ # - 8082:8080
54
54
volumes :
55
55
- type : volume
56
56
source : build
You can’t perform that action at this time.
0 commit comments