Closed jordanlambrecht closed 8 months ago
Hi, there are actually a few problems with this config:
master
{{container_name}}
will now strip the leading "/" in master
controltower
/mediamanager
but you try to assign the children to control-tower
/media-manager
-> Make sure your id's are in sync{{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!