PowerLoom / snapshotter-lite

https://powerloom.dev
Apache License 2.0
10 stars 10 forks source link

Add docker restart to snappshotter lite #24

Open halfdoctor opened 7 months ago

halfdoctor commented 7 months ago

Is your feature request related to a problem? Some of us use docker to run the node. When power recycles (some of us live in countries where the outages/cuts are more regular than the sunshine) node doesn't function. Until you go and see the dashboard/logs.

Describe the solution you'd like When power recycles node restarts.

Additional context Possible fix, (it works) docker-compose.yaml `version: '3.9'

services: snapshotter-lite: image: ghcr.io/powerloom/snapshotter-lite:${IMAGE_TAG} volumes:

anomit commented 2 months ago

Instructions to be added in README and troubleshooting/monitoring section of docs

anomit commented 2 months ago

Also to be reviewed: multi node setup enhancement to support CLI arguments.