mpc-recovery icon indicating copy to clipboard operation
mpc-recovery copied to clipboard

basic redis setup

Open volovyks opened this issue 4 months ago • 3 comments

This is the setup of Docker in the same container. Some people consider it a bad practice, but it may be a simpler solution for node validators. I have no strong opinion here.

It is expected to be executed with

docker run -d \
  --name my-redis-rust-app \
  -v /path/on/host/redis-data:/var/lib/redis \
  -p 6379:6379 \
  -p 8080:8080 \
  my-redis-rust-app

It will persist the apend file on the VM.

cc @kmaus-near @ppca

volovyks avatar Oct 02 '24 16:10 volovyks