forked from Archives/Athou_commafeed
Update docker script to build pgsql variant
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user