aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yml
blob: 63058c21879d690e007eff3a12293f532f687117 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: '3'
services:
    unicornpaint:
        build: .
        image: mfashby/unicornpaint
        ports: 
            - "3001:3001"
        volumes:
            - "/home/pi/docker/unicornpaint/saves/:/go/saves/"
        devices:
            - "/dev/spidev0.0:/dev/spidev0.0"
        restart: always