kernel-memory
kernel-memory copied to clipboard
IDEA: Include directions for building and running Kernel Memory as a container
In my case, using dotnet run ... with appsettings.json isn't an option in using Kernel Memory as a standalone service, so to hopefully save everyone some typing of environment variables, I made some gists.
I'll be happy to submit these as PRs if anyone is interested.
@glorious-beard thank you! as soon as I get a chance I'll do some tests 👍
Having a docker compose file to quickly spin up a local stack would be very helpful as well!
some updates:
- Docker image is available, notes in the main README
- All settings can be set using env vars, using the usual .NET configuration approach, see Service's README and also the bicep templates under the
infrafolder