Where is the app.yml file for Synology Docker Discourse?
I’m trying to change the system email SMTP setting as I discovered that the Discourse is not able to send out email now. An ex-staff installed the Docker Discourse on the Synology, so I’ve no idea how he did it.
I got these instructions from Google search:
Check and edit the settings in your containers/app.yml file.
cd /var/discourse
./launcher rebuild app
The problem is that app.yml is nowhere to be found. /var/discourse is an empty directory.
I ran this command as superuser at root:
time find . -name "app.yml"
There are zero results.
In my Synology web control panel, I can see the Discourse container. When I click on it, the Discourse forum webpage appears. That’s all.
How can I derive more information about where the Discourse SMTP settings are stored?