personium / personium-docker

Dockerfile for Personium in development
Apache License 2.0
4 stars 8 forks source link

Add configuration for blob storage persistence #19

Open yoh1496 opened 4 years ago

yoh1496 commented 4 years ago

To keep blob data after stopping containers, add definition of volumes in personium service.

yoh1496 commented 4 years ago

How about append below lines to docker-compose.yml

# in personium service
  volumes:
    - personium-data:/personium_nfs/personium-core

# in volumes section
  personium-data:
    driver: local
yoh1496 commented 2 years ago

Write to README.md