Open NeonDaniel opened 1 year ago
@NeonDaniel it is a nice idea, and I did experiments with that, but it seems like it will require much more effort then I have affordable capacity. For the reference here are some step-by-step guide in case sometime in future there will be priority on that:
Implement configuration via ovos-config like other containers to simplify config file definition... [DONE]
Important things to note:
@NeonBohdan FYI
Related to https://github.com/NeonGeckoCom/neon-diana-utils/pull/44
I think pyklatchat_utils
may make sense to be rolled into a submodule of neon-utils
; that could simplify the build process for the containers by making common modules importable without the current directory copying the Docker scripts do. From there I don't know if separating server/client/observer creates more work to maintain compatibility at this stage or if the API is stable enough to split those out to separate packages
Objective
Document and update package to be more easily deployed (via Helm or Docker Compose).
Initial Implementation Requirements
ovos-config
like other containers to simplify config file definitions (default config can specify working defaults and user config mounted as a volume into the container)Other Considerations