shellphone.app/deployments/quirrel-redis/readme.md

14 lines
340 B
Markdown
Raw Normal View History

2021-10-23 21:43:26 +00:00
# Redis
Redis instance running on fly.io
### How to
```shell
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
```