Higson Studio (API and UI on Tomcat server) Docker container. Only postgresql driver is included.
Requirements :
Use below docker-compose.yml to run container:
version: "3.7"
services:
higson-studio:
image: decerto/higson-studio:${HIGSON_STUDIO_VERSION}
container_name: higson-studio
ports:
- "38080:38080"
volumes:
- "${DATABASE_DRIVER_PATH}:/usr/local/tomcat/lib/db-driver.jar"
environment:
- "HIGSON_DATABASE_URL=${JDBC_URL_TO_RUNNING_DB}"
- "HIGSON_DATABASE_USERNAME=${DB_USERNAME}"
- "HIGSON_DATABASE_PASSWORD=${DB_PASSWORD}"
- "HIGSON_STUDIO_SECURITY_TOKEN_VERIFICATION_SECRET_KEY=${SECRET_KEY}"
networks:
- higson-net
networks:
higson-net:
driver: bridge
Variables to set:
After running Higson Studio will be available at: http://localhost:38080/higson/app/
Application properties can be also configured by passing application.properties file, ex:
...
volumes:
- /configuration/application.properties:/usr/local/tomcat/conf/application.properties
...
Complete documentation available at: https://www.higson.io/docs/start-documentation
Content type
Image
Digest
sha256:f2496b4a7…
Size
526.4 MB
Last updated
9 days ago
docker pull decerto/higson-studio:4.3.3