Add docker-compose.yml

This commit is contained in:
Steven Polley 2018-11-24 13:36:06 -07:00
parent 150a098c46
commit 2cb2d4764d
1 changed files with 6 additions and 0 deletions

6
docker-compose.yml Normal file
View File

@ -0,0 +1,6 @@
version: '3.6'
services:
mandel-mapper:
image: deadbeef.codes:mandelmapper
restart: always