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