docker

Deploy a Clojure Pedestal API Server & React/ClojureScript Web Application to Docker

I will demonstrate how to compile and package a completely operational, but minimal, application comprising a secure Clojure Pedestal API server and a ClojureScript (reagent/reframe) front-end React application; and finally deploy that application to a docker container running as a Docker swarm service with its configuration provided by Docker's secrets functionality.

Clojure Configurations with Docker Secrets

A piece that discusses options for passing configuration information to Clojure applications. It covers alternatives ranging from simple command line parameters to the use of Docker secrets.