hoc/docker-compose.yml
Valentin Brandl 1ec8a76e9c
Persist cache
2019-04-20 00:22:19 +02:00

12 lines
172 B
YAML

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