1
0
Fork 0
forked from gitea/nas

Bump version to v4.3.0-alpha.4 (#30482)

This commit is contained in:
Claire 2024-05-30 15:34:46 +02:00 committed by KMY
parent 2a05566c5c
commit d65f8a1196
3 changed files with 60 additions and 7 deletions

View file

@ -56,7 +56,7 @@ services:
web:
build: .
image: ghcr.io/mastodon/mastodon:v4.2.7
image: ghcr.io/mastodon/mastodon:v4.2.9
restart: always
env_file: .env.production
command: bundle exec puma -C config/puma.rb
@ -76,10 +76,8 @@ services:
- ./public/system:/mastodon/public/system
streaming:
build:
context: .
dockerfile: streaming/Dockerfile
image: ghcr.io/mastodon/mastodon:v4.2.7
build: .
image: ghcr.io/mastodon/mastodon:v4.2.9
restart: always
env_file: .env.production
command: node ./streaming
@ -97,7 +95,7 @@ services:
sidekiq:
build: .
image: ghcr.io/mastodon/mastodon:v4.2.7
image: ghcr.io/mastodon/mastodon:v4.2.9
restart: always
env_file: .env.production
command: bundle exec sidekiq