Skip to content

Latest commit

 

History

History

database-ping

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

database-ping

A project showing how to deploy an application without it's required database being available. Working since 173.

This project was featured in this blog: https://blog.payara.fish/payara-micro-in-docker.

Build the project and Docker Image by running ./build.sh.

Run the Docker images by running ./start.sh.

Once the images are running, go to localhost:8080/ping. A successful connection will return: Connection valid: true. An invalid connection will return: Connection valid: false.

Stop the images by running ./stop.sh.

Delete the custom Payara Micro image by running ./delete.sh.