From b255c0150afeb944c1adc2da15e8acaef3cf3e01 Mon Sep 17 00:00:00 2001 From: Vivianne Langdon Date: Sun, 1 May 2022 03:09:12 -0400 Subject: [PATCH] Change image name now that we're not based on mainline masto --- docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 230c920..6b776b3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -44,7 +44,7 @@ services: web: build: . - image: tootsuite/mastodon + image: solarpunk-moe/mastodon restart: always env_file: .env.production command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" @@ -66,7 +66,7 @@ services: streaming: build: . - image: tootsuite/mastodon + image: solarpunk-moe/mastodon restart: always env_file: .env.production command: node ./streaming @@ -85,7 +85,7 @@ services: sidekiq: build: . - image: tootsuite/mastodon + image: solarpunk-moe/mastodon restart: always env_file: .env.production command: bundle exec sidekiq