You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's probably me doing something stupid, but the documentation could really benefit from some more granular instructions and a detailed example docker-compose file. Also there's some conflicting information between the documentation and the release notes for 0.3.0, hence the doubling-up on the variables- any advice there would be greatly appreciated.
Love this project!
The text was updated successfully, but these errors were encountered:
Hi, there are actually a few problems with this config:
Templates are currently not supported in the label names, only values
-> This has been added in master
Container names start with a "/" because of some legacy stuff in docker, this would be invalid in docker label names
-> {{container_name}} will now strip the leading "/" in master
Your group id is controltower/mediamanager but you try to assign the children to control-tower/media-manager
-> Make sure your id's are in sync
The http/docker monitors share the same id {{container_name}}, this is not supported
-> Use separate ids for all monitors, e.g. kuma.{{container_name}}-http.http./kuma.{{container_name}}-docker.http.
I'm having some issues getting the dynamic variables to work.
I keep getting this error:
WARN autokuma::sync > Encountered error during sync: Encountered errors trying to validate '{{container_name}}': ["Missing property 'name'"]
Here's my compose file:
It's probably me doing something stupid, but the documentation could really benefit from some more granular instructions and a detailed example docker-compose file. Also there's some conflicting information between the documentation and the release notes for 0.3.0, hence the doubling-up on the variables- any advice there would be greatly appreciated.
Love this project!
The text was updated successfully, but these errors were encountered: