From ae4e81937e0766f76cfd2d31544286c67a265ece Mon Sep 17 00:00:00 2001 From: A Date: Thu, 16 Jan 2025 09:13:38 -0800 Subject: [PATCH] Mastodon: remove redundant config vars --- conf/compose/mastodon.docker-compose.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/conf/compose/mastodon.docker-compose.yml b/conf/compose/mastodon.docker-compose.yml index 534c447..d61f244 100644 --- a/conf/compose/mastodon.docker-compose.yml +++ b/conf/compose/mastodon.docker-compose.yml @@ -32,9 +32,6 @@ services: env_file: ../mastodon/env.production ports: - "127.0.0.1:3000:3000" - environment: - LOCAL_DOMAIN: "mastodon.${DWEB_DOMAIN}" - SMTP_FROM_ADDRESS: "notifications${DWEB_DOMAIN}" command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" depends_on: - mastodon-db @@ -58,8 +55,6 @@ services: env_file: ../mastodon/env.production ports: - "127.0.0.1:4000:4000" - environment: - LOCAL_DOMAIN: "mastodon.${DWEB_DOMAIN}" command: node ./streaming depends_on: - mastodon-db @@ -77,9 +72,6 @@ services: healthcheck: test: ps aux | grep '[s]idekiq\ 6' || false env_file: ../mastodon/env.production - environment: - LOCAL_DOMAIN: "mastodon.${DWEB_DOMAIN}" - SMTP_FROM_ADDRESS: "notifications@${DWEB_DOMAIN}" depends_on: - mastodon-db - mastodon-redis