Add publish-containers workflow

This commit is contained in:
Dave Gallant
2022-12-25 12:09:07 -05:00
parent 214cc13d49
commit ea896fb713
5 changed files with 132 additions and 20 deletions

View File

@@ -12,7 +12,7 @@ Ensure that an `.env` file is filled in with the appropriate values.
Example key/values can be found in [example.env](./example.env).
*Note: that a [honeycomb](https://honeycomb.io/) API key is currently required.*
_Note: that a [honeycomb](https://honeycomb.io/) API key is currently required._
## Local Development
@@ -32,6 +32,14 @@ make frontend
## Docker Compose
To build containers from source:
```sh
make up
make dev
```
To run the latest published images:
```sh
make prod
```