From 4512fde181f3be6756518aa28220a44f50ffff38 Mon Sep 17 00:00:00 2001
From: Valentin_NC <valentin.ouvrard@nautile.sarl>
Date: Wed, 5 Apr 2017 09:06:08 +1100
Subject: [PATCH 1/3] add persistance to Postresql container

---
 docker-compose.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker-compose.yml b/docker-compose.yml
index d6ba66dde..9a0155fbf 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -3,6 +3,8 @@ services:
   db:
     restart: always
     image: postgres:alpine
+    volumes:
+      - ./postgres-data:/var/lib/postgresql/data
   redis:
     restart: always
     image: redis:alpine

From b73cee9774268a9fdb2a5c22cede2497d3c2d125 Mon Sep 17 00:00:00 2001
From: Valentin_NC <valentin.ouvrard@nautile.sarl>
Date: Wed, 5 Apr 2017 14:13:22 +1100
Subject: [PATCH 2/3] add volume for redis container

---
 docker-compose.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docker-compose.yml b/docker-compose.yml
index 9a0155fbf..103e10cbe 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -8,6 +8,8 @@ services:
   redis:
     restart: always
     image: redis:alpine
+    volumes:
+      - ./redis:/data
   web:
     restart: always
     build: .

From 93e53a3311c33b218d1cf7ae26b74056dfabc909 Mon Sep 17 00:00:00 2001
From: Valentin_NC <valentin.ouvrard@nautile.sarl>
Date: Wed, 5 Apr 2017 20:36:21 +1100
Subject: [PATCH 3/3] add mastodon.cloud to List of instances

---
 docs/Using-Mastodon/List-of-Mastodon-instances.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/Using-Mastodon/List-of-Mastodon-instances.md b/docs/Using-Mastodon/List-of-Mastodon-instances.md
index 677ec7e56..d326c4ec8 100644
--- a/docs/Using-Mastodon/List-of-Mastodon-instances.md
+++ b/docs/Using-Mastodon/List-of-Mastodon-instances.md
@@ -37,5 +37,6 @@ There is also a list at [instances.mastodon.xyz](https://instances.mastodon.xyz)
 | [social.lkw.tf](https://social.lkw.tf)|N/A|No|No|
 | [manowar.social](https://manowar.social)|N/A|No|No|
 | [social.ballpointcarrot.net](https://social.ballpointcarrot.net)|Down at time of entry|No|No|
+| [mastodon.cloud](https://mastodon.cloud)|Open Mastodon instance with people from everywhere.|Yes|Yes|
 
 Let me know if you start running one so I can add it to the list! (Alternatively, add it yourself as a pull request).