decidim / docker

Docker images for decidim
https://decidim.org
12 stars 18 forks source link

Draft: A better docker config for decidim #98

Closed froger closed 1 year ago

froger commented 2 years ago

This PR is a draft. Don't merge. Description will be updated along time.

froger commented 1 year ago

Update on this PR:

DONE

TODOS

alecslupu commented 1 year ago

@froger , i have looked through the Docker file you are proposing, and i see some things that i would do a bit differently:

  1. Crontab : I would use the whenever gem with a local installed schedule.rb file, that would allow me to customize what to run, when to run, or even add my own tasks
  2. Prod rails initializer should be provided with cache options ...
  3. I would add all the Env Variables with their defaults to the quickstart.yml ..
alecslupu commented 1 year ago

@froger , i have looked through the Docker file you are proposing, and i see some things that i would do a bit differently:

1. Crontab : I would use the whenever gem with a local installed schedule.rb file, that would allow me to customize what to run, when to run, or even add my own tasks

2. Prod rails initializer should be provided with cache options ...

3. I would add all the Env Variables with their defaults to the quickstart.yml ..

Also: