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-05-28 21:46:47 +02:00
|
|
|
- ./repos:/home/hoc/repos
|
|
|
|
- ./cache:/home/hoc/cache
|
2019-04-16 18:12:33 +02:00
|
|
|
ports:
|
|
|
|
- "127.0.0.1:8080:8080"
|