Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.13 KB

File metadata and controls

22 lines (17 loc) · 1.13 KB

Gitlab Template

Build Status codecov Docker Pulls Docker Layers

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.