Use my own image instead of the upstream
parent
fd2b1aa805
commit
d795f68818
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue