@@ -20,10 +20,10 @@ services:
20
20
volume :
21
21
nocopy : true
22
22
healthcheck :
23
- test : ["CMD-SHELL", "[ $$(nodetool statusgossip) = running ]"]
24
- interval : 5s
25
- timeout : 10s
26
- retries : 10
23
+ test : ["CMD-SHELL", "[ $$(nodetool statusgossip) = running ]"]
24
+ interval : 5s
25
+ timeout : 10s
26
+ retries : 10
27
27
restart : unless-stopped
28
28
init-keyspace :
29
29
container_name : streamr-dev-init-keyspace
@@ -67,10 +67,10 @@ services:
67
67
environment :
68
68
MYSQL_ROOT_PASSWORD : password
69
69
healthcheck :
70
- test : ["CMD", "mysqladmin" , "ping", "-h", "localhost"]
71
- interval : 5s
72
- timeout : 10s
73
- retries : 10
70
+ test : ["CMD", "mysqladmin", "ping", "-h", "localhost"]
71
+ interval : 5s
72
+ timeout : 10s
73
+ retries : 10
74
74
nginx :
75
75
container_name : streamr-dev-nginx
76
76
image : nginx:1.25.0
@@ -94,10 +94,10 @@ services:
94
94
bind :
95
95
propagation : rprivate
96
96
healthcheck :
97
- test : ["CMD", "curl", "-f", "http://localhost/health_check"]
98
- interval : 5s
99
- timeout : 10s
100
- retries : 10
97
+ test : ["CMD", "curl", "-f", "http://localhost/health_check"]
98
+ interval : 5s
99
+ timeout : 10s
100
+ retries : 10
101
101
tracker-1 :
102
102
container_name : streamr-dev-tracker-1
103
103
image : streamr/tracker:dev
@@ -348,10 +348,10 @@ services:
348
348
RUST_LOG : info
349
349
GRAPH_ALLOW_NON_DETERMINISTIC_FULLTEXT_SEARCH : " true"
350
350
healthcheck :
351
- test : ["CMD", "nc", "-z", "localhost", "8000"]
352
- interval : 5s
353
- timeout : 10s
354
- retries : 10
351
+ test : ["CMD", "nc", "-z", "localhost", "8000"]
352
+ interval : 5s
353
+ timeout : 10s
354
+ retries : 10
355
355
graph-deploy-streamregistry-subgraph :
356
356
container_name : streamr-dev-graph-deploy-streamregistry-subgraph
357
357
image : streamr/graph-deploy-streamregistry-subgraph:dev
@@ -439,10 +439,10 @@ services:
439
439
environment :
440
440
IPFS_PROFILE : server # sets the server profile
441
441
healthcheck :
442
- test : ["CMD", "ipfs", "id"]
443
- interval : 5s
444
- timeout : 10s
445
- retries : 10
442
+ test : ["CMD", "ipfs", "id"]
443
+ interval : 5s
444
+ timeout : 10s
445
+ retries : 10
446
446
postgres :
447
447
container_name : streamr-dev-postgres
448
448
image : postgres
@@ -464,10 +464,10 @@ services:
464
464
volume :
465
465
nocopy : true
466
466
healthcheck :
467
- test : ["CMD-SHELL", "pg_isready -U streamr -d streamr"]
468
- interval : 5s
469
- timeout : 10s
470
- retries : 10
467
+ test : ["CMD-SHELL", "pg_isready -U streamr -d streamr"]
468
+ interval : 5s
469
+ timeout : 10s
470
+ retries : 10
471
471
stream-metrics-index :
472
472
container_name : streamr-dev-stream-metrics-index
473
473
image : streamr/stream-metrics-index
0 commit comments