Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 552 Bytes

File metadata and controls

17 lines (13 loc) · 552 Bytes

Gitlab Template

Usage

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

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.