Let the formatter have its way

This commit is contained in:
decentral1se 2021-05-27 22:10:40 +02:00
parent 8ea6d53c10
commit d0812a22fe
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 34 additions and 26 deletions

View File

@ -49,7 +49,11 @@ services:
- proxy
- internal_network
healthcheck:
test: ["CMD-SHELL", "wget -q --spider --proxy=off localhost:3000/health || exit 1"]
test:
[
"CMD-SHELL",
"wget -q --spider --proxy=off localhost:3000/health || exit 1",
]
deploy:
restart_policy:
condition: on-failure
@ -170,7 +174,11 @@ services:
command: node ./streaming
networks: *bothNetworks
healthcheck:
test: ["CMD-SHELL", "wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1"]
test:
[
"CMD-SHELL",
"wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1",
]
deploy:
restart_policy:
condition: on-failure