docker-compose.yml or container runtime. There are no configuration files to manage — every option is controlled through the environment, making it straightforward to apply settings across deployments.
Available variables
Username for HTTP Basic Auth. If this variable is empty or unset, authentication is disabled and the web UI and API are open to anyone on the network.
Password for HTTP Basic Auth. If this variable is empty or unset, authentication is disabled and the web UI and API are open to anyone on the network.
Both
BASIC_AUTH_USER and BASIC_AUTH_PASS must be set for authentication to activate. If either variable is missing or empty, the dashboard and REST API are accessible without credentials.Example configuration
Add the followingenvironment section to your docker-compose.yml:
docker-compose.yml