File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ services:
4343 - external_network
4444 - internal_network
4545 healthcheck :
46- test : ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy off localhost:3000/api/v1/instance || exit 1"]
46+ test : ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy= off localhost:3000/api/v1/instance || exit 1"]
4747 ports :
4848 - " 3000:3000"
4949 depends_on :
@@ -63,7 +63,7 @@ services:
6363 - external_network
6464 - internal_network
6565 healthcheck :
66- test : ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy off localhost:4000/api/v1/streaming/health || exit 1"]
66+ test : ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy= off localhost:4000/api/v1/streaming/health || exit 1"]
6767 ports :
6868 - " 4000:4000"
6969 depends_on :
You can’t perform that action at this time.
0 commit comments