version: "2"
services:
hoc:
build: .
image: local/hoc:latest
volumes:
- ./repos:/repos
- ./cache:/cache
ports:
- "127.0.0.1:8080:8080"