hoc/docker-compose.yml
Valentin Brandl a944e8b149
All checks were successful
continuous-integration/drone/push Build is passing
Don't run as root in the container
2019-05-28 21:46:47 +02:00

13 lines
244 B
YAML

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