|
|
|
@ -20,7 +20,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
webmastodon:
|
|
|
|
|
image: tootsuite/mastodon:v3.2.1
|
|
|
|
|
image: tootsuite/mastodon:v3.4.0
|
|
|
|
|
restart: always
|
|
|
|
|
env_file: .env.production
|
|
|
|
|
command: bundle exec rails s -p 3000
|
|
|
|
@ -45,7 +45,7 @@ services:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
streamingmastodon:
|
|
|
|
|
image: tootsuite/mastodon:v3.2.1
|
|
|
|
|
image: tootsuite/mastodon:v3.4.0
|
|
|
|
|
restart: always
|
|
|
|
|
env_file: .env.production
|
|
|
|
|
command: node ./streaming
|
|
|
|
@ -65,7 +65,7 @@ services:
|
|
|
|
|
- "traefik.docker.network=external_net"
|
|
|
|
|
|
|
|
|
|
sidekiqmastodon:
|
|
|
|
|
image: tootsuite/mastodon:v3.2.1
|
|
|
|
|
image: tootsuite/mastodon:v3.4.0
|
|
|
|
|
restart: always
|
|
|
|
|
env_file: .env.production
|
|
|
|
|
command: bundle exec sidekiq
|
|
|
|
|