]> cat aescling's git repositories - mastodon.git/commitdiff
Fixed Healthchecks in docker-compose.yml (#10553)
authorFabian Schlenz <mail@fabianonline.de>
Mon, 22 Apr 2019 22:54:26 +0000 (00:54 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 22 Apr 2019 22:54:26 +0000 (00:54 +0200)
docker-compose.yml

index faa066149baf7938e027773ad8cab15e2146e203..47662d470759e70292023eb4e4e792d98d7ec9f7 100644 (file)
@@ -43,7 +43,7 @@ services:
       - external_network
       - internal_network
     healthcheck:
-      test: ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy off localhost:3000/api/v1/instance || exit 1"]
+      test: ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy=off localhost:3000/api/v1/instance || exit 1"]
     ports:
       - "127.0.0.1:3000:3000"
     depends_on:
@@ -63,7 +63,7 @@ services:
       - external_network
       - internal_network
     healthcheck:
-      test: ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy off localhost:4000/api/v1/streaming/health || exit 1"]
+      test: ["CMD-SHELL", "wget -q --spider --header 'x-forwarded-proto: https' --proxy=off localhost:4000/api/v1/streaming/health || exit 1"]
     ports:
       - "127.0.0.1:4000:4000"
     depends_on: