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
Currently the .json configuration file do not provide options to configure a custom label prefix for the auto discovery.
I would prefer to configure the auto discovery via the json file instead of saving the command with all its options.
The text was updated successfully, but these errors were encountered:
The .json configs (actually all explicit configs) do not perform autodiscovery. The configs provides a list of docker-composed service directories, and we invoke the given command there (started with start.py/start.sh).
Using discovery.py, you can set an environment variable PREFIX, or pass the prefix as an argument.
Is either option suitable for your use case?
Currently the
.json
configuration file do not provide options to configure a custom label prefix for the auto discovery.I would prefer to configure the auto discovery via the json file instead of saving the command with all its options.
The text was updated successfully, but these errors were encountered: