|
|
|
@ -84,7 +84,7 @@ services:
|
|
|
|
- "{{ mastodon_docker_cache_storage }}:/opt/mastodon/public/system/cache"
|
|
|
|
- "{{ mastodon_docker_cache_storage }}:/opt/mastodon/public/system/cache"
|
|
|
|
|
|
|
|
|
|
|
|
streaming:
|
|
|
|
streaming:
|
|
|
|
image: ghcr.io/mastodon/mastodon-streaming:v4.5.9
|
|
|
|
image: ghcr.io/mastodon/mastodon-streaming:v{{ mastodon_version }}
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
env_file: env
|
|
|
|
env_file: env
|
|
|
|
command: node ./streaming/index.js
|
|
|
|
command: node ./streaming/index.js
|
|
|
|
@ -101,7 +101,7 @@ services:
|
|
|
|
- redis
|
|
|
|
- redis
|
|
|
|
|
|
|
|
|
|
|
|
sidekiq:
|
|
|
|
sidekiq:
|
|
|
|
image: ghcr.io/mastodon/mastodon:v4.5.9
|
|
|
|
image: ghcr.io/mastodon/mastodon:v{{ mastodon_version }}
|
|
|
|
restart: always
|
|
|
|
restart: always
|
|
|
|
env_file: env
|
|
|
|
env_file: env
|
|
|
|
command: bundle exec sidekiq
|
|
|
|
command: bundle exec sidekiq
|
|
|
|
|