hoc/docker-compose.yml
Valentin Brandl 3901fe9e9c
All checks were successful
continuous-integration/drone/push Build is passing
Cleanup
2019-05-28 22:06:31 +02:00

12 lines
212 B
YAML

version: "2"
services:
hoc:
image: vbrandl/hits-of-code:latest
volumes:
- ./repos:/home/hoc/repos
- ./cache:/home/hoc/cache
# ports:
# - "127.0.0.1:8080:8080"
restart: always