Skip to content

Commit 70c3d4d

Browse files
committed
fix yamllint
1 parent c9fa4ef commit 70c3d4d

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

docker-compose.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ services:
2020
volume:
2121
nocopy: true
2222
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
2727
restart: unless-stopped
2828
init-keyspace:
2929
container_name: streamr-dev-init-keyspace
@@ -67,10 +67,10 @@ services:
6767
environment:
6868
MYSQL_ROOT_PASSWORD: password
6969
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
7474
nginx:
7575
container_name: streamr-dev-nginx
7676
image: nginx:1.25.0
@@ -94,10 +94,10 @@ services:
9494
bind:
9595
propagation: rprivate
9696
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
101101
tracker-1:
102102
container_name: streamr-dev-tracker-1
103103
image: streamr/tracker:dev
@@ -348,10 +348,10 @@ services:
348348
RUST_LOG: info
349349
GRAPH_ALLOW_NON_DETERMINISTIC_FULLTEXT_SEARCH: "true"
350350
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
355355
graph-deploy-streamregistry-subgraph:
356356
container_name: streamr-dev-graph-deploy-streamregistry-subgraph
357357
image: streamr/graph-deploy-streamregistry-subgraph:dev
@@ -439,10 +439,10 @@ services:
439439
environment:
440440
IPFS_PROFILE: server # sets the server profile
441441
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
446446
postgres:
447447
container_name: streamr-dev-postgres
448448
image: postgres
@@ -464,10 +464,10 @@ services:
464464
volume:
465465
nocopy: true
466466
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
471471
stream-metrics-index:
472472
container_name: streamr-dev-stream-metrics-index
473473
image: streamr/stream-metrics-index

0 commit comments

Comments
 (0)