cerrado @ 1e14d4d35d90923a6108be568185a3f0961bdd2e

 1name: cerrado
 2
 3services:
 4  app:
 5    container_name: cerrado
 6    restart: unless-stopped
 7    build:
 8      context: ../
 9      dockerfile: contrib/Dockerfile
10    ports:
11      - "8080:8080"
12    volumes:
13      - /srv/git:/srv/git # set your scan folder here
14      # - ./config.scfg:/etc/cerrado.scfg:ro # load a custom config file