shellphone.app/deployments/quirrel-redis
2021-10-23 23:43:26 +02:00
..
Dockerfile deploy redis to fly.io 2021-10-23 23:43:26 +02:00
fly.toml deploy redis to fly.io 2021-10-23 23:43:26 +02:00
readme.md deploy redis to fly.io 2021-10-23 23:43:26 +02:00
start-redis-server.sh deploy redis to fly.io 2021-10-23 23:43:26 +02:00

Redis

Redis instance running on fly.io

How to

flyctl launch --name quirrel-redis-prod
node -e "console.log(crypto.randomBytes(16).toString('hex'))" # copy its output
flyctl secrets set REDIS_PASSWORD= # paste the 32-character long password copied previously
flyctl volumes create redis_data --region cdg
flyctl deploy