a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

give every service access to volume

+7 -1
+7 -1
disco.json
··· 3 3 "services": { 4 4 "web": { 5 5 "image": "feed-service", 6 - "port": 3030 6 + "port": 3030, 7 + "volumes": [ 8 + { 9 + "name": "cursor", 10 + "destinationPath": "/cursor" 11 + } 12 + ] 7 13 }, 8 14 "worker": { 9 15 "image": "appview",