diff --git a/README.md b/README.md index 4223257..48f3ce9 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,12 @@ Gitea Actions workflow at `.gitea/workflows/ci.yml`: - On push to main: `go vet` + `go test` - On tags: build and push Docker image to `git.archfox.org/poslop/palette` +## Docker Compose + +See [docker-compose.yml](docker-compose.yml) for a ready-to-use example with +every environment variable documented, including which are required (only the +/data volume) and which are optional. + ## License Palette is licensed under the GNU Affero General Public License v3.0