mastodon: Switch to GH container registry

This commit is contained in:
saibotk 2023-08-10 12:23:34 +02:00
parent 5f0809e115
commit a1387a7220
Signed by: saibotk
GPG key ID: 67585F0065E261D5
2 changed files with 4 additions and 4 deletions

View file

@ -51,7 +51,7 @@ mastodon_config:
mastodon_elasticsearch_adjust_sysctl: true mastodon_elasticsearch_adjust_sysctl: true
# Container versions # Container versions
# renovate: depName=docker.io/tootsuite/mastodon # renovate: depName=ghcr.io/mastodon/mastodon
mastodon_version: 4.2.0-beta1 mastodon_version: 4.2.0-beta1
# renovate: depName=docker.io/library/postgres # renovate: depName=docker.io/library/postgres
mastodon_database_version: 15.3 mastodon_database_version: 15.3

View file

@ -115,7 +115,7 @@ services:
{% endif %} {% endif %}
web: web:
image: docker.io/tootsuite/mastodon:{{ mastodon_image_version }} image: ghcr.io/mastodon/mastodon:{{ mastodon_image_version }}
mem_limit: 1024mb mem_limit: 1024mb
memswap_limit: 1280mb memswap_limit: 1280mb
env_file: {{ mastodon_install_location }}/.env.production 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'" command: bash -c "rm -f /mastodon/tmp/pids/server.pid; bundle exec rails s -p 3000 -b '0.0.0.0'"
streaming: streaming:
image: docker.io/tootsuite/mastodon:{{ mastodon_image_version }} image: ghcr.io/mastodon/mastodon:{{ mastodon_image_version }}
mem_limit: 1024mb mem_limit: 1024mb
memswap_limit: 1280mb memswap_limit: 1280mb
env_file: {{ mastodon_install_location }}/.env.production env_file: {{ mastodon_install_location }}/.env.production
@ -149,7 +149,7 @@ services:
command: node ./streaming command: node ./streaming
sidekiq: sidekiq:
image: docker.io/tootsuite/mastodon:{{ mastodon_image_version }} image: ghcr.io/mastodon/mastodon:{{ mastodon_image_version }}
mem_limit: 1024mb mem_limit: 1024mb
memswap_limit: 1280mb memswap_limit: 1280mb
env_file: {{ mastodon_install_location }}/.env.production env_file: {{ mastodon_install_location }}/.env.production