kernel-memory icon indicating copy to clipboard operation
kernel-memory copied to clipboard

IDEA: Include directions for building and running Kernel Memory as a container

Open glorious-beard opened this issue 2 years ago • 2 comments

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 avatar Dec 16 '23 22:12 glorious-beard

@glorious-beard thank you! as soon as I get a chance I'll do some tests 👍

dluc avatar Dec 18 '23 01:12 dluc

Having a docker compose file to quickly spin up a local stack would be very helpful as well!

HazyFish avatar Dec 30 '23 19:12 HazyFish

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 infra folder

dluc avatar Jun 05 '24 05:06 dluc