av / harbor

Effortlessly run LLM backends, APIs, frontends, and services with one command.
https://github.com/av/harbor
Apache License 2.0
483 stars 29 forks source link

Suggestion: Rename containers (ex: ollama -> harbor_ollama, searxng -> harbor_searxng) #2

Closed alsoasnerd closed 3 months ago

alsoasnerd commented 3 months ago

I'm running an instance of searxng on my host, and the container name is the same as the harbor instance. To avoid incompatibilities, isn't better use an "harbor prefix"?

av commented 3 months ago

Thank you for the suggestion, current setup was chosen out of aesthetic + compatibility between container names and service handles that is useful in a few places.

I'll add a customizable prefix in the next release

av commented 3 months ago

Released in v0.0.12

alsoasnerd commented 3 months ago

Good! Thanks for attention.