Liking cljdoc? Tell your friends :D

hiposfer.kamal.core

This is the entry point for kamal as a production web server. It exposes a single -main function that can be called through the command line (after uberjar compilation) as java -jar ...

The main function reads the environment variables and uses them to build and run the system configuration

As a convention we treat UPPERCASE names as environmental variables and lowercase names as custom created keywords

This is the entry point for kamal as a production web server.
It exposes a single `-main` function that can be called through
the command line (after uberjar compilation) as java -jar ...

The main function reads the environment variables and uses them
to build and run the system configuration

As a convention we treat UPPERCASE names as environmental variables
and lowercase names as custom created keywords
raw docstring

-mainclj

(-main & args)
source

area-regexclj

source

reshape-envclj

(reshape-env envs)

takes a map of environment variables and returns a map suitable for kamal system configuration. Return ::s/invalid if no valid networks were found

takes a map of environment variables and returns a map
suitable for kamal system configuration. Return ::s/invalid
if no valid networks were found
sourceraw docstring

systemclj

(system config)

creates a complete system map using components and the provided config

creates a complete system map using components and the provided
config
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close