Skip to content

Commit f0fdd56

Browse files
committed
Update readme
1 parent 88f1ee9 commit f0fdd56

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
11
# Fly.io Playbooks
22

33
Monorepo collection of fly.toml and Dockerfile etc collections for deployment.
4+
5+
## Playbooks
6+
7+
- [Actual](https://github.com/actualbudget/actual)
8+
- [Dragonfly](https://www.dragonflydb.io)
9+
- [Jupyter](https://jupyter.org)
10+
- [Maybe](https://github.com/maybe-finance/maybe)
11+
- [meilisearch](https://github.com/meilisearch/meilisearch)
12+
- [n8n](https://github.com/n8n-io/n8n)
13+
- [NocoDB](https://github.com/nocodb/nocodb)
14+
- [Redis](https://redis.io/docs/latest/)
15+
- [SiYuan](https://github.com/siyuan-note/siyuan)

redis/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# redis on Fly.io
22

3+
[Redis](https://redis.io/docs/latest/) is an open source, in-memory data structure store, used as a database, cache, and message broker.
4+
35
1. Launch the fly application: `$ fly launch --no-deploy` and type y to copy over the fly.toml file.
46
2. Modify the `redis.conf` file as necessary.
57
3. Deploy: `$ fly deploy`

0 commit comments

Comments
 (0)