@@ -4,6 +4,7 @@ services:
4
4
context : .
5
5
dockerfile : Dockerfile
6
6
restart : always
7
+ platform : linux/amd64
7
8
environment :
8
9
EVM_RPC_URL : ' ${RPC_URL_ETHEREUM}'
9
10
CHAIN_ID : ' 1'
@@ -74,6 +75,7 @@ services:
74
75
context : .
75
76
dockerfile : Dockerfile
76
77
restart : always
78
+ platform : linux/amd64
77
79
environment :
78
80
EVM_RPC_URL : ' ${BSC_RPC_URL_ALCHEMY}'
79
81
CHAIN_ID : ' 56'
@@ -112,6 +114,7 @@ services:
112
114
context : .
113
115
dockerfile : Dockerfile
114
116
restart : always
117
+ platform : linux/amd64
115
118
environment :
116
119
EVM_RPC_URL : ' ${RPC_URL_POLYGON}'
117
120
CHAIN_ID : ' 137'
@@ -149,6 +152,7 @@ services:
149
152
context : .
150
153
dockerfile : Dockerfile
151
154
restart : always
155
+ platform : linux/amd64
152
156
environment :
153
157
EVM_RPC_URL : ' ${RPC_URL_AVALANCHE}'
154
158
CHAIN_ID : ' 43114'
@@ -184,6 +188,7 @@ services:
184
188
context : .
185
189
dockerfile : Dockerfile
186
190
restart : always
191
+ platform : linux/amd64
187
192
environment :
188
193
EVM_RPC_URL : ' ${FANTOM_RPC_URL_ALCHEMY}'
189
194
CHAIN_ID : ' 250'
@@ -219,6 +224,7 @@ services:
219
224
context : .
220
225
dockerfile : Dockerfile
221
226
restart : always
227
+ platform : linux/amd64
222
228
environment :
223
229
EVM_RPC_URL : ' ${CELO_RPC_URL_ALCHEMY}'
224
230
CHAIN_ID : ' 42220'
@@ -248,6 +254,7 @@ services:
248
254
context : .
249
255
dockerfile : Dockerfile
250
256
restart : always
257
+ platform : linux/amd64
251
258
environment :
252
259
useLevel : " debug"
253
260
EVM_RPC_URL : ' ${RPC_URL_OPTIMISM}'
@@ -285,6 +292,7 @@ services:
285
292
context : .
286
293
dockerfile : Dockerfile
287
294
restart : always
295
+ platform : linux/amd64
288
296
environment :
289
297
LOG_LEVEL : " debug"
290
298
EVM_RPC_URL : ' ${EVM_RPC_URL_ARBITRUM}'
@@ -334,6 +342,7 @@ services:
334
342
context : .
335
343
dockerfile : Dockerfile
336
344
restart : always
345
+ platform : linux/amd64
337
346
environment :
338
347
EVM_RPC_URL : ' ${RPC_URL_BASE}'
339
348
CHAIN_ID : ' 8453'
@@ -368,6 +377,7 @@ services:
368
377
context : .
369
378
dockerfile : Dockerfile
370
379
restart : always
380
+ platform : linux/amd64
371
381
environment :
372
382
EVM_RPC_URL : ' ${SCROLL_RPC_URL_ALCHEMY}'
373
383
CHAIN_ID : ' 534352'
@@ -407,6 +417,7 @@ services:
407
417
context : .
408
418
dockerfile : Dockerfile
409
419
restart : always
420
+ platform : linux/amd64
410
421
environment :
411
422
EVM_RPC_URL : ' ${BLAST_RPC_URL_ALCHEMY}'
412
423
CHAIN_ID : ' 81457'
@@ -446,6 +457,7 @@ services:
446
457
context : .
447
458
dockerfile : Dockerfile
448
459
restart : always
460
+ platform : linux/amd64
449
461
environment :
450
462
EVM_RPC_URL : ' ${LINEA_RPC_URL_ALCHEMY}'
451
463
CHAIN_ID : ' 59144'
@@ -485,6 +497,7 @@ services:
485
497
context : .
486
498
dockerfile : Dockerfile
487
499
restart : always
500
+ platform : linux/amd64
488
501
environment :
489
502
EVM_RPC_URL : ' ${MODE_RPC_URL_ALCHEMY}'
490
503
CHAIN_ID : ' 34443'
@@ -524,6 +537,7 @@ services:
524
537
context : .
525
538
dockerfile : Dockerfile
526
539
restart : always
540
+ platform : linux/amd64
527
541
environment :
528
542
EVM_RPC_URL : ' ${MANTLE_RPC_URL_QUICKNODE}'
529
543
CHAIN_ID : ' 5000'
@@ -563,6 +577,7 @@ services:
563
577
context : .
564
578
dockerfile : Dockerfile
565
579
restart : always
580
+ platform : linux/amd64
566
581
environment :
567
582
EVM_RPC_URL : ' ${RPC_URL_ETHEREUM}'
568
583
CHAIN_ID : ' 1'
@@ -587,7 +602,7 @@ services:
587
602
event-pipeline-plasma :
588
603
build :
589
604
context : .
590
- dockerfile : Dockerfile.dev
605
+ dockerfile : Dockerfile
591
606
platform : linux/amd64
592
607
restart : never
593
608
environment :
0 commit comments