Update docker script to build pgsql variant

This commit is contained in:
2026-03-21 17:32:21 -05:00
parent 1cb346866a
commit 3cefc0f176
2 changed files with 7 additions and 4 deletions

View File

@@ -9,8 +9,10 @@ This is my personal fork of `Athou/commafeed` with some tweaks:
Use `gmfork-build-docker.sh` to build the JVM Docker image for `linux/amd64`:
You can use the `DB_VARIANT` env var to change which DB the image builds with. By default, it builds the `postgresql` variant.
```sh
DOCKER_REGISTRY=myregistry.example.com ./gmfork-build-docker.sh
DOCKER_REGISTRY=myregistry.example.com DB_VARIANT=h2 ./gmfork-build-docker.sh
```
To run locally: