Higson Runtime REST Docker container. Database driver for h2 and postgresql are included.
Requirements :
Use below docker-compose.yml to run container:
version: "3.7"
services:
higson-runtime-rest:
image: decerto/higson-runtime-rest:${HIGSON_RUNTIME_REST_VERSION}
container_name: higson-runtime-rest
ports:
- "8081:8081"
volumes:
- "${DATABASE_DRIVER_PATH}:/usr/higson/db-driver.jar"
environment:
- "HIGSON_DATABASE_URL=${JDBC_URL_TO_RUNNING_DB}"
- "HIGSON_DATABASE_USERNAME=${DB_USERNAME}"
- "HIGSON_DATABASE_PASSWORD=${DB_PASSWORD}"
networks:
- higson-net
networks:
higson-net:
driver: bridge
Variables to set:
After running Higson Runtime REST Swagger will be available at: http://localhost:8081/swagger-ui/index.html
Application properties can be also configured by passing application.properties file, ex:
...
volumes:
- /configuration/application.properties:/usr/higson/application.properties
...
Complete documentation available at: https://www.higson.io/docs/start-documentation
Content type
Image
Digest
sha256:1ba83b2bf…
Size
551.1 MB
Last updated
9 days ago
docker pull decerto/higson-runtime-rest:4.3.3