For people not wanting to deal with setting up mariadb or postgres, let's build a single container with both galette and mariadb running. Optionally one can override env-variables to use external Database.
In such a scenario, the mariadb data must be on a mounted volume, so data can be "carried" to the next container when upgrading the galette version
For people not wanting to deal with setting up mariadb or postgres, let's build a single container with both galette and mariadb running. Optionally one can override env-variables to use external Database.
In such a scenario, the mariadb data must be on a mounted volume, so data can be "carried" to the next container when upgrading the galette version