Browse Source

Revert "add persistance to Postresql container" (#1251)

closed-social-glitch-2
Eugen 7 years ago
committed by GitHub
parent
commit
211920b622
2 changed files with 0 additions and 6 deletions
  1. +0
    -4
      docker-compose.yml
  2. +0
    -2
      docs/Using-Mastodon/List-of-Mastodon-instances.md

+ 0
- 4
docker-compose.yml View File

@ -3,13 +3,9 @@ services:
db:
restart: always
image: postgres:alpine
volumes:
- ./postgres-data:/var/lib/postgresql/data
redis:
restart: always
image: redis:alpine
volumes:
- ./redis:/data
web:
restart: always
build: .

+ 0
- 2
docs/Using-Mastodon/List-of-Mastodon-instances.md View File

@ -45,8 +45,6 @@ There is also a list at [instances.mastodon.xyz](https://instances.mastodon.xyz)
| [share.elouworld.org](https://share.elouworld.org)|N/A|No|No|
| [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|
| [social.ballpointcarrot.net](https://social.ballpointcarrot.net)|N/A|No|No|
| [social.nasqueron.org](https://social.nasqueron.org) |Dreamers, open source developers, free culture|Yes|Yes|
| [status.dissidence.ovh](https://status.dissidence.ovh)|N/A|Yes|Yes|

Loading…
Cancel
Save