Change image name now that we're not based on mainline masto

This commit is contained in:
Vivianne 2022-05-01 03:09:12 -04:00
parent 4321528153
commit b255c0150a
1 changed files with 3 additions and 3 deletions

View File

@ -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