hoc/docker-compose.yml

13 lines
226 B
YAML
Raw Normal View History

2019-04-18 01:06:32 +02:00
version: "2"
2019-04-16 18:12:33 +02:00
services:
hoc:
2019-04-24 01:22:40 +02:00
# build: .
# image: local/hoc:latest
image: registry.gitlab.com/vbrandl/hoc:latest
2019-04-16 18:12:33 +02:00
volumes:
2019-04-18 01:06:32 +02:00
- ./repos:/repos
2019-04-20 00:22:19 +02:00
- ./cache:/cache
2019-04-16 18:12:33 +02:00
ports:
- "127.0.0.1:8080:8080"