Can we run multiple instances of mount? Using com.stuartsierra.component I can do this:
com.stuartsierra.component
(def system-a (c/start my-system)) (def system-b (c/start my-system-different-config))
Alright nvm I found the docs about it