Environment Variables
warning
Do not use environment variables for secrets. See Secrets.
Environment variables can be used to set properties. They have the highest precedence and override application properties set in .properties files from Tomcat, resources, and configurations.
Set variables in compose.yaml under environment:
services:
frankframework:
...
environment:
instance.name: my-frank-app
dtap.stage: LOC
configurations.directory.autoLoad: "false"
info
For a list of available properties, see the FF! Reference.