Comment sidekiq build in docker compose (#33483)

This commit is contained in:
Noel De Martin 2025-01-07 16:40:24 +01:00 committed by GitHub
parent 7d6fd68efd
commit 5c4e224b66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -100,7 +100,8 @@ services:
- redis - redis
sidekiq: sidekiq:
build: . # You can uncomment the following line if you want to not use the prebuilt image, for example if you have local code changes
# build: .
image: ghcr.io/mastodon/mastodon:v4.3.2 image: ghcr.io/mastodon/mastodon:v4.3.2
restart: always restart: always
env_file: .env.production env_file: .env.production