charts
charts copied to clipboard
[bitnami/discourse] Install new plugins in Discourse
Name and Version
bitname/discourse latest
What is the problem this feature will solve?
I would like to include new plugins but I'm using Docker and Docker Compose, could someone give me the steps to follow.
I saw the steps in this topic, but is it for k8s, correct? https://github.com/bitnami/charts/issues/17455
What is the feature you are proposing to solve the problem?
Include new plugins using docker and/or docker compose.
What alternatives have you considered?
The alternative would be to use k8s, but I wouldn't want to use it, as all my infrastructure is based on pure Docker.
Thanks
Hi!
Yes, the instructions are for the discourse chart, which adds an init container that downloads the plugins. For docker-compose you may need to mimic that behavior by launching bundle exec rake plugin:install
inside the container
Hi!
Yes, the instructions are for the discourse chart, which adds an init container that downloads the plugins. For docker-compose you may need to mimic that behavior by launching
bundle exec rake plugin:install
inside the container
When I try to activate a plugin with the above command, it gives me this error:
Could not locate Gemfile or .bundle/ directory
In which directory are you running that command?
This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.
Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.