mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-22 10:01:45 +00:00
- Connecting using Unix socket allows us to drop having to make redis listen on the containers IP address. - Instead configure redis to listen on unix socket. - Keep the configuration file separate and include it the main configuration file. This allows easier configuration changes in the future. - Ensure that the drop-in configuration is available during setup. - Ensure that redis is running during setup. This is important when app is upgraded while it is disabled. Or when setup is re-run. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>