Skip to content

Commit d858983

Browse files
committed
Fixed restart logic
1 parent 01c9a87 commit d858983

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

docker-compose.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
build:
44
context: .
55
dockerfile: Dockerfile
6-
restart: never
6+
restart: no
77
platform: linux/amd64
88
environment:
99
EVM_RPC_URL: '${RPC_URL_ETHEREUM}'
@@ -74,7 +74,7 @@ services:
7474
build:
7575
context: .
7676
dockerfile: Dockerfile
77-
restart: never
77+
restart: no
7878
platform: linux/amd64
7979
environment:
8080
EVM_RPC_URL: '${BSC_RPC_URL_ALCHEMY}'
@@ -113,7 +113,7 @@ services:
113113
build:
114114
context: .
115115
dockerfile: Dockerfile
116-
restart: never
116+
restart: no
117117
platform: linux/amd64
118118
environment:
119119
EVM_RPC_URL: '${RPC_URL_POLYGON}'
@@ -151,7 +151,7 @@ services:
151151
build:
152152
context: .
153153
dockerfile: Dockerfile
154-
restart: never
154+
restart: no
155155
platform: linux/amd64
156156
environment:
157157
EVM_RPC_URL: '${RPC_URL_AVALANCHE}'
@@ -187,7 +187,7 @@ services:
187187
build:
188188
context: .
189189
dockerfile: Dockerfile
190-
restart: never
190+
restart: no
191191
platform: linux/amd64
192192
environment:
193193
EVM_RPC_URL: '${FANTOM_RPC_URL_ALCHEMY}'
@@ -223,10 +223,10 @@ services:
223223
build:
224224
context: .
225225
dockerfile: Dockerfile
226-
restart: never
226+
restart: no
227227
platform: linux/amd64
228228
environment:
229-
EVM_RPC_URL: '${CELO_RPC_URL_ALCHEMY}'
229+
EVM_RPC_URL: '${RPC_URL_CELO}'
230230
CHAIN_ID: '42220'
231231
POSTGRES_URI: 'postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_HOST}/${POSTGRES_DB}'
232232
SCHEMA: 'events_celo'
@@ -253,7 +253,7 @@ services:
253253
build:
254254
context: .
255255
dockerfile: Dockerfile
256-
restart: never
256+
restart: no
257257
platform: linux/amd64
258258
environment:
259259
useLevel: "debug"
@@ -291,7 +291,7 @@ services:
291291
build:
292292
context: .
293293
dockerfile: Dockerfile
294-
restart: never
294+
restart: no
295295
platform: linux/amd64
296296
environment:
297297
LOG_LEVEL: "debug"
@@ -341,7 +341,7 @@ services:
341341
build:
342342
context: .
343343
dockerfile: Dockerfile
344-
restart: never
344+
restart: no
345345
platform: linux/amd64
346346
environment:
347347
EVM_RPC_URL: '${RPC_URL_BASE}'
@@ -376,7 +376,7 @@ services:
376376
build:
377377
context: .
378378
dockerfile: Dockerfile
379-
restart: never
379+
restart: no
380380
platform: linux/amd64
381381
environment:
382382
EVM_RPC_URL: '${SCROLL_RPC_URL_ALCHEMY}'
@@ -416,7 +416,7 @@ services:
416416
build:
417417
context: .
418418
dockerfile: Dockerfile
419-
restart: never
419+
restart: no
420420
platform: linux/amd64
421421
environment:
422422
EVM_RPC_URL: '${BLAST_RPC_URL_ALCHEMY}'
@@ -456,7 +456,7 @@ services:
456456
build:
457457
context: .
458458
dockerfile: Dockerfile
459-
restart: never
459+
restart: no
460460
platform: linux/amd64
461461
environment:
462462
EVM_RPC_URL: '${LINEA_RPC_URL_ALCHEMY}'
@@ -496,7 +496,7 @@ services:
496496
build:
497497
context: .
498498
dockerfile: Dockerfile
499-
restart: never
499+
restart: no
500500
platform: linux/amd64
501501
environment:
502502
EVM_RPC_URL: '${MODE_RPC_URL_ALCHEMY}'
@@ -536,7 +536,7 @@ services:
536536
build:
537537
context: .
538538
dockerfile: Dockerfile
539-
restart: never
539+
restart: no
540540
platform: linux/amd64
541541
environment:
542542
EVM_RPC_URL: '${MANTLE_RPC_URL_QUICKNODE}'
@@ -576,7 +576,7 @@ services:
576576
build:
577577
context: .
578578
dockerfile: Dockerfile
579-
restart: never
579+
restart: no
580580
platform: linux/amd64
581581
environment:
582582
EVM_RPC_URL: '${RPC_URL_ETHEREUM}'
@@ -604,7 +604,7 @@ services:
604604
context: .
605605
dockerfile: Dockerfile
606606
platform: linux/amd64
607-
restart: never
607+
restart: no
608608
environment:
609609
SCRAPER_MODE: 'BLOCKS'
610610
EVM_RPC_URL: '${RPC_URL_PLASMA}'

0 commit comments

Comments
 (0)