You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,25 @@ cd apps/typesync
23
23
pnpm publish --tag latest
24
24
```
25
25
26
+
## Deploying your own SyncServer to Railway
27
+
28
+
Setup a service and attach a volume under `/data` to it.
29
+
30
+
Since cache-mounts on Railway need to prefixed with the service ID and BuildKit doesn’t expand variables there. You must give it a literal value for the mount ID.
31
+
32
+
To do so you can fill in the service ID below and run the command before your `railway up` command.
33
+
More info here: https://docs.railway.com/guides/dockerfiles#cache-mounts
34
+
Get the service ID by using CMD/CTRL+K and search for `Copy Service ID`.
0 commit comments