Update deployment details

This commit is contained in:
2024-02-17 08:34:26 -06:00
parent dbe5cb2985
commit f065300113
4 changed files with 14 additions and 5 deletions

8
README
View File

@ -33,7 +33,15 @@ own hardware.
DEPLOYMENT
Only Nix build instructions targeting containers are provided below,
but this project can be built and run without containers or Nix using Cabal.
- Clone this repository
- Build the container image (with flakes enabled): `nix build .#purr-container`
- Load the container image
- podman load -i result
- Use the provided docker stack example to deploy the container if desired
- docker stack deploy -c docker-stack.yml purr
DEVELOPMENT & SUPPORT