From e9b2c26a20a4c3d977fb9881ca3501a6e9839a04 Mon Sep 17 00:00:00 2001 From: Valentin_NC 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 d6ba66ddeb..9a0155fbfd 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 39f478ec1d126e91cdafd26b677e5915183906d1 Mon Sep 17 00:00:00 2001 From: Valentin_NC 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 9a0155fbfd..103e10cbe3 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 b6212ffe1cb05c41347f35992d117213653b462a Mon Sep 17 00:00:00 2001 From: Valentin_NC 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 677ec7e560..d326c4ec8b 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).