Looking at the docker-compose.yml for the nginx proxy setup, would I be correct in thinking I will need to add the specific email particulars for the user password reset and registration?
Can I set ipv6 to “false” if I don’t to use IPv6 here?
Are the grampsweb_celery environment setting to be the same as those above?
Looking at the docker-compose.yml for the nginx proxy setup, would I be correct in thinking I will need to add the specific email particulars for the user password reset and registration?
Yes if you want to configure them using environment variables. No if you use the onboarding form.
Can I set ipv6 to “false” if I don’t to use IPv6 here?
Probably. But this is Nginx Proxy which has it’s own documentation.
Are the grampsweb_celery environment setting to be the same as those above?
The grampsweb-env merge key duplicates all the environment settings except for the ones that are overridden explicitly. No need to change anything there.
The nginx_proxy.conf file is just the one line?
Yes, as it’s just a single setting that is changed with respect to the default config.