From ec57796e0da54830acd8961efaa3aae67d379134 Mon Sep 17 00:00:00 2001 From: msnie Date: Fri, 31 Jan 2025 14:41:13 +0100 Subject: [PATCH] adding mastodon --- mastodon/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mastodon/docker-compose.yml b/mastodon/docker-compose.yml index 8c69ac4..49478ca 100644 --- a/mastodon/docker-compose.yml +++ b/mastodon/docker-compose.yml @@ -37,13 +37,13 @@ services: env_file: .env.production ports: - 3344:3000 - command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3344" + command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" networks: - traefik - internal_network healthcheck: # prettier-ignore - test: ['CMD-SHELL', 'wget -q --spider --proxy=off 127.0.0.1:3000/health || exit 1'] + test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:3000/health || exit 1'] depends_on: - db - redis @@ -73,7 +73,7 @@ services: - internal_network healthcheck: # prettier-ignore - test: ['CMD-SHELL', 'wget -q --spider --proxy=off 127.0.0.1:4000/api/v1/streaming/health || exit 1'] + test: ['CMD-SHELL', 'wget -q --spider --proxy=off localhost:4000/api/v1/streaming/health || exit 1'] depends_on: - db - redis