AutoKuma is a utility that automates the creation of Uptime Kuma monitors based on Docker container labels. With AutoKuma, you can eliminate the need for manual monitor creation in the Uptime Kuma UI.
MIT License
309
stars
15
forks
source link
AUTOKUMA__KUMA__DEFAULT_SETTINGS is not being used #13
When I launch the service, a monitor is created in Uptime Kuma for AutoKuma, but it uses only the settings from the labels (so, without the docker_container and docker_host settings). If I explicitly add the docker_container label, the monitor is created with that setting.
I have the following service definition:
When I launch the service, a monitor is created in Uptime Kuma for AutoKuma, but it uses only the settings from the labels (so, without the
docker_container
anddocker_host
settings). If I explicitly add thedocker_container
label, the monitor is created with that setting.