Files
containers/bitnami/discourse/docker-compose.yml
Nick Touran e92a69269f [bitnami/discourse] Fix sidekiq volume mount in docker compose (#79078)
* Fix sidekiq volume mount in docker compose

In 2.4.4-debian-10-r8 release, a change was made noted in the readme that says:

> Discourse and Sidekiq now make use of the same volume to persist data. This solves issues related to being unable to locate some files generated on-demand by the Sidekiq job scheduler.

This change applies this same volume to the docker-compose file. Without the change, sidekiq stalls indefinitely at startup waiting for the discourse DB to be populated. This fixes issues e.g. as noted in #52988

Signed-off-by: Nick Touran <contact@partofthething.com>

* Removed unused sideqik volume

Signed-off-by: Nick Touran <contact@partofthething.com>

---------

Signed-off-by: Nick Touran <contact@partofthething.com>
2025-04-01 16:07:21 +02:00

2.1 KiB