docker-compose support

This commit is contained in:
Jörn-Michael Miehe 2019-09-20 09:16:38 +02:00
parent efc609d087
commit 5171715e18
3 changed files with 15 additions and 0 deletions

15
docker-compose.yml Normal file
View file

@ -0,0 +1,15 @@
version: "2"
volumes:
phyLinux-home:
services:
autodoc:
restart: "no"
image: ldericher/autodoc
build:
context: ./build
volumes:
- "${PWD}/example_docs:/docs"