Umbrel apps configuration

Hi! :open_umbrella:

I’m using the n8n app from the Umbrel App Store, and I would like to customize its configuration by setting a custom timezone. When self-hosting n8n, they recommend to set this environment variable to expose the preferred timezone:

export GENERIC_TIMEZONE=Europe/Berlin

My first idea was to update the /home/umbrel/umbrel/app-data/n8n/docker-compose.yml but I saw that it gets overridden every time there is an app update.

What are the good practices to update an Umbrel app config? Maybe by using the Portainer app?

Thanks in advance! :pray: