Add docker-compose setup

This commit is contained in:
Valentin Brandl 2019-04-16 18:12:33 +02:00
parent 96b5811397
commit 180182116d
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

14
docker-compose.yml Normal file
View File

@ -0,0 +1,14 @@
version: "3"
services:
hoc:
build: .
image: local/hoc:latest
command: --help
volumes:
- repositories:/repos
ports:
- "127.0.0.1:8080:8080"
volumes:
repositories: