hoc/docker-compose.yml
2019-04-24 01:22:40 +02:00

13 lines
226 B
YAML

version: "2"
services:
hoc:
# build: .
# image: local/hoc:latest
image: registry.gitlab.com/vbrandl/hoc:latest
volumes:
- ./repos:/repos
- ./cache:/cache
ports:
- "127.0.0.1:8080:8080"