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