@@ -133,6 +133,21 @@ def __eq__(self, other):
133
133
"use_local_image" : False ,
134
134
"disabled" : True ,
135
135
},
136
+ "proxy" : {
137
+ "name" : "proxy" ,
138
+ "image" : "exchangeunion/proxy:latest" ,
139
+ "volumes" : [
140
+ {
141
+ "host" : "$data_dir/xud" ,
142
+ "container" : "/root/.xud" ,
143
+ }
144
+ ],
145
+ "ports" : [PortPublish ("28889:8080" )],
146
+ "mode" : "native" ,
147
+ "preserve_config" : False ,
148
+ "use_local_image" : False ,
149
+ "disabled" : True ,
150
+ },
136
151
"xud" : {
137
152
"name" : "xud" ,
138
153
"image" : "exchangeunion/xud:latest" ,
@@ -320,6 +335,21 @@ def __eq__(self, other):
320
335
"use_local_image" : False ,
321
336
"disabled" : True ,
322
337
},
338
+ "proxy" : {
339
+ "name" : "proxy" ,
340
+ "image" : "exchangeunion/proxy:latest" ,
341
+ "volumes" : [
342
+ {
343
+ "host" : "$data_dir/xud" ,
344
+ "container" : "/root/.xud" ,
345
+ }
346
+ ],
347
+ "ports" : [PortPublish ("18889:8080" )],
348
+ "mode" : "native" ,
349
+ "preserve_config" : False ,
350
+ "use_local_image" : False ,
351
+ "disabled" : True ,
352
+ },
323
353
"xud" : {
324
354
"name" : "xud" ,
325
355
"image" : "exchangeunion/xud:latest" ,
@@ -506,6 +536,21 @@ def __eq__(self, other):
506
536
"use_local_image" : False ,
507
537
"disabled" : True ,
508
538
},
539
+ "proxy" : {
540
+ "name" : "proxy" ,
541
+ "image" : "exchangeunion/proxy:latest" ,
542
+ "volumes" : [
543
+ {
544
+ "host" : "$data_dir/xud" ,
545
+ "container" : "/root/.xud" ,
546
+ }
547
+ ],
548
+ "ports" : [PortPublish ("8889:8080" )],
549
+ "mode" : "native" ,
550
+ "preserve_config" : False ,
551
+ "use_local_image" : False ,
552
+ "disabled" : True ,
553
+ },
509
554
"xud" : {
510
555
"name" : "xud" ,
511
556
"image" : "exchangeunion/xud:1.0.1" ,
0 commit comments