diff --git a/disco.json b/disco.json index 31fac7d8..e6a95c70 100644 --- a/disco.json +++ b/disco.json @@ -3,7 +3,13 @@ "services": { "web": { "image": "feed-service", - "port": 3030 + "port": 3030, + "volumes": [ + { + "name": "cursor", + "destinationPath": "/cursor" + } + ] }, "worker": { "image": "appview",