-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Hello !
I encountered several issues while trying to use Decidim for my NGO so I list them here in case someone else want to use this docker compose in production :
-
with the current image used it seems that you cannot use an S3 in order to save the file. You can of course use the "local" option but this is really not a good practice in production.
This is explained in the documentation : https://docs.decidim.org/en/develop/configure/environment_variables
I think an other image should be available (with a new tag "S3" maybe ?) -
It seems that this env var should be activated the first time because the hello world script need to reset the db ?
DISABLE_DATABASE_ENVIRONMENT_CHECK=1
This is pretty worrying, I am still trying to understand this part, maybe the HelloWorld script should not be used in production mode. -
The "seed" part of the HelloWorld script is not compatible with the validation test of the database in production mode
ActiveRecord::RecordInvalid: Validation failed: Organization must exist, Hero image The file is not attached to any organization (ActiveRecord::RecordInvalid)
I am still on it but I will update it later,