cygnusxi / CurecoinSource

Curecoin 2.0+ Source Code
https://curecoin.net
MIT License
146 stars 57 forks source link

Dockerfile for running curecoind on a raspberry pi #63

Closed daneoshiga closed 2 years ago

daneoshiga commented 3 years ago

This results in a roughly 200Mb image, thanks to multistage build.

I'm currently running it with a docker-compose file on portainer like this.

---
version: "2.1"
services:
  curecoin:
    image: curecoin
    container_name: curecoin
    volumes:
      - /home/pi/portainer/curecoin:/root/.curecoin
    restart: unless-stopped