Skip to content
Snippets Groups Projects
Commit 79ca5cc8 authored by Pierre Ozoux's avatar Pierre Ozoux
Browse files

feat: update masto to 4.1.12

parent 575cc881
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ services: ...@@ -44,7 +44,7 @@ services:
- LETSENCRYPT_HOST - LETSENCRYPT_HOST
app: app:
restart: always restart: always
image: ghcr.io/mastodon/mastodon:v4.1.8 image: ghcr.io/mastodon/mastodon:v4.1.12
env_file: .env.production env_file: .env.production
command: bundle exec rails s -p 3000 -b '0.0.0.0' command: bundle exec rails s -p 3000 -b '0.0.0.0'
depends_on: depends_on:
...@@ -56,7 +56,7 @@ services: ...@@ -56,7 +56,7 @@ services:
- back - back
streaming: streaming:
restart: always restart: always
image: ghcr.io/mastodon/mastodon:v4.1.8 image: ghcr.io/mastodon/mastodon:v4.1.12
env_file: .env.production env_file: .env.production
command: yarn start command: yarn start
depends_on: depends_on:
...@@ -66,7 +66,7 @@ services: ...@@ -66,7 +66,7 @@ services:
- back - back
sidekiq: sidekiq:
restart: always restart: always
image: ghcr.io/mastodon/mastodon:v4.1.8 image: ghcr.io/mastodon/mastodon:v4.1.12
env_file: .env.production env_file: .env.production
command: bundle exec sidekiq command: bundle exec sidekiq
depends_on: depends_on:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment