hoc/docker-compose.yml

12 lines
212 B
YAML
Raw Permalink Normal View History

2019-04-18 01:06:32 +02:00
version: "2"
2019-04-16 18:12:33 +02:00
services:
hoc:
2019-05-28 22:06:31 +02:00
image: vbrandl/hits-of-code:latest
2019-04-16 18:12:33 +02:00
volumes:
2019-05-28 21:46:47 +02:00
- ./repos:/home/hoc/repos
- ./cache:/home/hoc/cache
2019-05-28 22:06:31 +02:00
# ports:
# - "127.0.0.1:8080:8080"
restart: always