[variables] main_domain = "${domain}" webui_secret_key = "${password:32}" [config] [[config.domains]] serviceName = "open-webui" port = 8080 host = "${main_domain}" [config.env] # Secret key for signing JWTs for authentication. # A random key is generated by default. webui_secret_key = "${webui_secret_key}" # API Key [[config.mounts]] serviceName = "open-webui" type = "volume" source = "open-webui" target = "/app/backend/data" # Mount for the optional 'ollama' service. # This will be used if you uncomment the 'ollama' service in the docker-compose file. [[config.mounts]] serviceName = "ollama" type = "volume" source = "ollama" target = "/root/.ollama"