docker run \
-v /path/to/your/ssh-keys:/ssh-keys \
-v /path/to/your/application.conf:/application.conf \
frosner/gitlab-template:0.1 \
-Dconfig.file=/application.conf
Configuration can be performed by creating an application.conf
file in your classpath.
The reference.conf
contains all possible configuration parameters with their defaults.
Please also note the HOCON documentation.