Docker compose file for project dependencies

This commit is contained in:
Mark J.F. Teunissen 2018-12-26 16:58:06 +01:00 committed by GitHub
parent 7f811bb836
commit dffb2619e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
version: '2'
services:
app:
build:
context: ./docker/app
container_name: controller_patcher
volumes:
- .:/opt/project