mastodon: Switch to GH container registry
This commit is contained in:
parent
5f0809e115
commit
a1387a7220
2 changed files with 4 additions and 4 deletions
|
@ -51,7 +51,7 @@ mastodon_config:
|
|||
mastodon_elasticsearch_adjust_sysctl: true
|
||||
|
||||
# Container versions
|
||||
# renovate: depName=docker.io/tootsuite/mastodon
|
||||
# renovate: depName=ghcr.io/mastodon/mastodon
|
||||
mastodon_version: 4.2.0-beta1
|
||||
# renovate: depName=docker.io/library/postgres
|
||||
mastodon_database_version: 15.3
|
||||
|
|
|
@ -115,7 +115,7 @@ services:
|
|||
{% endif %}
|
||||
|
||||
web:
|
||||
image: docker.io/tootsuite/mastodon:{{ mastodon_image_version }}
|
||||
image: ghcr.io/mastodon/mastodon:{{ mastodon_image_version }}
|
||||
mem_limit: 1024mb
|
||||
memswap_limit: 1280mb
|
||||
env_file: {{ mastodon_install_location }}/.env.production
|
||||
|
@ -133,7 +133,7 @@ services:
|
|||
command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000 -b '0.0.0.0'"
|
||||
|
||||
streaming:
|
||||
image: docker.io/tootsuite/mastodon:{{ mastodon_image_version }}
|
||||
image: ghcr.io/mastodon/mastodon:{{ mastodon_image_version }}
|
||||
mem_limit: 1024mb
|
||||
memswap_limit: 1280mb
|
||||
env_file: {{ mastodon_install_location }}/.env.production
|
||||
|
@ -149,7 +149,7 @@ services:
|
|||
command: node ./streaming
|
||||
|
||||
sidekiq:
|
||||
image: docker.io/tootsuite/mastodon:{{ mastodon_image_version }}
|
||||
image: ghcr.io/mastodon/mastodon:{{ mastodon_image_version }}
|
||||
mem_limit: 1024mb
|
||||
memswap_limit: 1280mb
|
||||
env_file: {{ mastodon_install_location }}/.env.production
|
||||
|
|
Loading…
Add table
Reference in a new issue