Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clojure and Postgresql example #351

Open
practicalli-johnny opened this issue May 12, 2023 · 0 comments
Open

Clojure and Postgresql example #351

practicalli-johnny opened this issue May 12, 2023 · 0 comments

Comments

@practicalli-johnny
Copy link

Request to add an example service for the Clojure programming language, including a Postgresql database with health-check and conditional start configuration.

Clojure is a language on the Java Virtual Machine and there is an Official Docker Image for Clojure

The most common use of Docker is for Clojure services (back-end application, API, etc) with a relational database

Example details

The example would include a multi-stage Dockerfile to build and run a Clojure service

The example would also include a compose.yaml configuration to build the Clojure service via the Dockerfile configuration, which is dependent on the Postgresql database being healthy.

The compose.yaml would include a Postgresql configuration with healthcheck, to be used by the Clojure service as a conditional start.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant