📕 yarn is a Self-Hosted, Twitter™-like Decentralised micro-Blogging platform. No ads, no tracking, your content, your data!
https://yarn.social/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
460 B
21 lines
460 B
--- |
|
version: "3.8" |
|
|
|
services: |
|
yarnd: |
|
image: prologic/yarnd:latest |
|
command: yarnd -d /data -s bitcask:///data/yarn.db |
|
ports: |
|
- "8000:8000/tcp" |
|
environment: |
|
- BASE_URL=http://127.0.0.1:8000 |
|
- OPEN_PROFILES=true |
|
- OPEN_REGISTRATIONS=true |
|
- API_SIGNING_KEY=supersecretchangeme |
|
- COOKIE_SECRET=supersecretchangeme |
|
- MAGICLINK_SECRET=supersecretchangeme |
|
volumes: |
|
- twtxt:/data |
|
|
|
volumes: |
|
twtxt:
|
|
|