unicornpaint

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 3aaf918e40ad68c97e542bc596f630b58991ff66
parent e4e70b93d0756a7201c8a9f3f32721b225ae059b
Author: Martin Ashby <martin@ashbysoft.com>
Date:   Thu, 17 May 2018 19:35:13 +0000

Added docker-compose. Explictly use latest python

Diffstat:
Adocker-compose.yml | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml @@ -0,0 +1,10 @@ +version: '3' +services: + unicornpaint: + build: . + image: mfashby/unicornpaint + ports: + - "3001:3001" + volumes: + - "/dev/spidev0.0:/dev/spidev0.0" + - "/home/pi/unicornpaint/saves/:/saves/"