File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ services:
11
11
source : mongodb
12
12
target : /app/mongodb
13
13
networks :
14
- - nightfall_network
14
+ - pong_network
15
15
ports :
16
16
- 27017:27017
17
17
- 8080:80
@@ -41,12 +41,12 @@ services:
41
41
- ' 15674:15674'
42
42
- ' 5672:5672'
43
43
networks :
44
- - nightfall_network
44
+ - pong_network
45
45
46
46
optimist :
47
47
image : ghcr.io/eyblockchain/nightfall3-optimist:latest
48
48
networks :
49
- - nightfall_network
49
+ - pong_network
50
50
ports :
51
51
- 8081:80
52
52
# websocket port for Optimist is on localhost:8082
@@ -75,7 +75,7 @@ services:
75
75
source : build
76
76
target : /app/build/
77
77
networks :
78
- - nightfall_network
78
+ - pong_network
79
79
environment :
80
80
LOG_LEVEL : debug
81
81
# ETH_NETWORK sets the network selected by Truffle from truffle-config.js
@@ -90,10 +90,10 @@ services:
90
90
image : ghcr.io/eyblockchain/nightfall3-worker
91
91
volumes :
92
92
- type : volume
93
- source : ./ proving_files
93
+ source : proving_files
94
94
target : /app/output/
95
95
networks :
96
- - nightfall_network
96
+ - pong_network
97
97
environment :
98
98
LOG_LEVEL : info
99
99
@@ -103,7 +103,7 @@ services:
103
103
# dockerfile: proposer.Dockerfile
104
104
# context: ../../
105
105
networks :
106
- - nightfall_network
106
+ - pong_network
107
107
# volumes:
108
108
# - type: bind
109
109
# source: ../../common-files
@@ -126,7 +126,7 @@ services:
126
126
# dockerfile: user-local.Dockerfile
127
127
# context: ../../
128
128
networks :
129
- - nightfall_network
129
+ - pong_network
130
130
# volumes:
131
131
# - type: bind
132
132
# source: ../../common-files
@@ -149,10 +149,10 @@ volumes:
149
149
build :
150
150
151
151
networks :
152
- nightfall_network :
152
+ pong_network :
153
153
driver : bridge
154
154
ipam :
155
155
driver : default
156
156
config :
157
- - subnet : 172.16.238 .0/24
158
- gateway : 172.16.238 .1
157
+ - subnet : 172.16.239 .0/24
158
+ gateway : 172.16.239 .1
You can’t perform that action at this time.
0 commit comments