Use my own image instead of the upstream

master
Ryan 2017-11-26 20:18:20 -08:00
parent fd2b1aa805
commit d795f68818
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ services:
image: redis:4.0-alpine
web:
image: gargron/mastodon
image: rrix/mastodon
restart: always
env_file: .env.production
command: bundle exec rails s -p 3000 -b '0.0.0.0'
@ -20,7 +20,7 @@ services:
- ./public/system:/mastodon/public/system
streaming:
image: gargron/mastodon
image: rrix/mastodon
restart: always
env_file: .env.production
command: npm run start
@ -30,7 +30,7 @@ services:
- redis
sidekiq:
image: gargron/mastodon
image: rrix/mastodon
restart: always
env_file: .env.production
command: bundle exec sidekiq -q default -q mailers -q pull -q push