Hello, I’m new in sentry/docker. I just to install and configure Sentry with Docker following documentation. Everything seems to go OK except email configuration.
I try to configure editing “sentry.conf.py” and set “SENTRY_SERVER_EMAIL” to my custom email address instead “root@localhost”.
After changes, I do “make build” and run again the container but changes don’t apply. Seems like Sentry doesn’t use “sentry.conf.py”. I also edited “SENTRY_SECRET_KEY” in that file but always I have to pass as argument to “docker run … web” to be able to run the container.
Any help would be apreciated.
Cheers.