name: cerrado services: app: container_name: cerrado restart: unless-stopped build: context: ../ dockerfile: contrib/Dockerfile ports: - "8080:8080" volumes: - /srv/git:/srv/git # set your scan folder here # - ./config.scfg:/etc/cerrado.scfg:ro # load a custom config file