We've created official Docker images you can use to easily containerize and launch Connect instances! There are multiple tags available that use different base images and Java (OpenJDK) distributions as well. Configuring can be done via environment variables, Docker Secrets, and/or volumes.
More information here: https://hub.docker.com/r/nextgenhealthcare/connect
You can even use Docker to automatically spin up both Connect and your database all in one go. Check out our examples on the Docker Hub site or in our examples directory.
If you want to build the images yourself or extend them for your own purposes, the Dockerfiles are available on our GitHub repository here: https://github.com/nextgenhealthcare/connect-docker
Try it out, and let us know how we can improve it! Feel free to submit issues or pull requests, or just comment in this thread!
Code:
docker run -p 8443:8443 nextgenhealthcare/connect
You can even use Docker to automatically spin up both Connect and your database all in one go. Check out our examples on the Docker Hub site or in our examples directory.
If you want to build the images yourself or extend them for your own purposes, the Dockerfiles are available on our GitHub repository here: https://github.com/nextgenhealthcare/connect-docker
Try it out, and let us know how we can improve it! Feel free to submit issues or pull requests, or just comment in this thread!
Comment