|
|
|
|
@ -44,7 +44,7 @@ services:
|
|
|
|
|
|
|
|
|
|
web: |
|
|
|
|
build: . |
|
|
|
|
image: tootsuite/mastodon |
|
|
|
|
image: tootsuite/mastodon:v3.5.5 |
|
|
|
|
restart: always |
|
|
|
|
env_file: .env.production |
|
|
|
|
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000" |
|
|
|
|
@ -65,7 +65,7 @@ services:
|
|
|
|
|
|
|
|
|
|
streaming: |
|
|
|
|
build: . |
|
|
|
|
image: tootsuite/mastodon |
|
|
|
|
image: tootsuite/mastodon:v3.5.5 |
|
|
|
|
restart: always |
|
|
|
|
env_file: .env.production |
|
|
|
|
command: node ./streaming |
|
|
|
|
@ -83,7 +83,7 @@ services:
|
|
|
|
|
|
|
|
|
|
sidekiq: |
|
|
|
|
build: . |
|
|
|
|
image: tootsuite/mastodon |
|
|
|
|
image: tootsuite/mastodon:v3.5.5 |
|
|
|
|
restart: always |
|
|
|
|
env_file: .env.production |
|
|
|
|
command: bundle exec sidekiq |
|
|
|
|
|