From 6c27b71c8927e15423eb523eda3b50121aa1f96f Mon Sep 17 00:00:00 2001 From: msnie Date: Fri, 31 Jan 2025 14:24:17 +0100 Subject: [PATCH] adding mastodon --- mastodon/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index 1022534..8332d27 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -40,7 +40,7 @@ services: - internal_network healthcheck: # prettier-ignore - test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3344/health || exit 1'] + test: ['CMD-SHELL', 'wget -q --spider --proxy=off web:3344/health || exit 1'] depends_on: - db - redis @@ -68,7 +68,7 @@ services: - internal_network healthcheck: # prettier-ignore - test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:4433/api/v1/streaming/health || exit 1'] + test: ['CMD-SHELL', 'wget -q --spider --proxy=off streaming:4433/api/v1/streaming/health || exit 1'] depends_on: - db - redis