Stack is in private-beta testing phase and available on request, as a docker-compose bundle. Reach out to admin[at]jawsdeploy.net if you would like to try it out. Once out of beta-phase the Docker images will be published to Docker Hub. We will also implement installation and scaling with Kubernetes ☸. Stay tuned.
http://[jaws-app-server]:7100/signin-oidc
http://[jaws-app-server]:7100/signout-callback-oidc
admin[at]jawsdeploy.net
to obtain a short-lived testing license. https://[your-app-proxy-url]/signin-oidc
https://[your-app-proxy-url]/signout-callback-oidc
HUB_PROXY_URL
in the .env file- read more below in the Installation section.Unzip the JawsDeployStack.zip
bundle to a location of your choice.
Once unzipped there should be 3 folders (db, hub and web), a docker-compose.yml and .env file. Please adjust the .env file if necessary:
jawsdeploy
user for MySql DBhttps://jaws-hub-001.mydomain.local
https://[id].eu.auth0.com
Note: If you need any further customizations - inspect our docker-compose.yml file.
Once the .env file is ready open up terminal in the folder with docker-compose.yml and run the following:
> docker compose build
> docker compose up -d
That’s all you need for a basic installation. The app is now live and ready for action 🚀.
Access the app under http://localhost:7100 or https://[your-app-proxy-url]
if you’ve set up App proxy.
The app access requires authentication, so if everything is set up correctly you will be redirected to your OIDC authentication endpoint on first visit. Make sure to have OIDC redirects configured properly. Read more in our OIDC guide.
Check if the Rest API is accessible under http://localhost:7100/api/heartbeat or https://[your-app-proxy-url]/api/heartbeat
if you’ve set up App proxy. Expect 200 OK plain text response similar to:
2025.7-ad5772
Also check if the Hub microservice is running: http://[jaws-app-server]:7200 or https://[your-hub-proxy-url] if you’ve configured proxy for the Hub. Expect 200 OK response similar to:
{"id":"hub-001","running":true,"version":"2025.7-ad5772"}