forked from treehouse/mastodon
Merge pull request #887 from valentin2105/master
add persistance to Postresql containersignup-info-prompt
commit
9f9f4b248e
|
@ -3,9 +3,13 @@ services:
|
||||||
db:
|
db:
|
||||||
restart: always
|
restart: always
|
||||||
image: postgres:alpine
|
image: postgres:alpine
|
||||||
|
volumes:
|
||||||
|
- ./postgres-data:/var/lib/postgresql/data
|
||||||
redis:
|
redis:
|
||||||
restart: always
|
restart: always
|
||||||
image: redis:alpine
|
image: redis:alpine
|
||||||
|
volumes:
|
||||||
|
- ./redis:/data
|
||||||
web:
|
web:
|
||||||
restart: always
|
restart: always
|
||||||
build: .
|
build: .
|
||||||
|
|
|
@ -45,6 +45,8 @@ There is also a list at [instances.mastodon.xyz](https://instances.mastodon.xyz)
|
||||||
| [share.elouworld.org](https://share.elouworld.org)|N/A|No|No|
|
| [share.elouworld.org](https://share.elouworld.org)|N/A|No|No|
|
||||||
| [social.lkw.tf](https://social.lkw.tf)|N/A|No|No|
|
| [social.lkw.tf](https://social.lkw.tf)|N/A|No|No|
|
||||||
| [manowar.social](https://manowar.social)|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.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|
|
| [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|
|
| [status.dissidence.ovh](https://status.dissidence.ovh)|N/A|Yes|Yes|
|
||||||
|
|
Loading…
Reference in New Issue