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: price_service/server/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,14 @@ price service you should:
56
56
1. Build an image for using it first according to the section below.
57
57
2. Change the price service image to your local docker image (e.g., `pyth_price_server`)
58
58
59
+
### Self-Hosting
60
+
61
+
If you would like to host your own instance of the price service, we recommend running the process on a 4 core machine with 4 GB of RAM.
62
+
We also recommend using a host like [Latitude](https://www.latitude.sh/) or [Hetzner](https://www.hetzner.com/) and avoiding cloud service providers like AWS in order to reduce the cost.
63
+
The price service participates in a peer-to-peer network which can use a lot of bandwidth.
64
+
Cloud hosts like AWS charge high fees for bandwidth, which makes running the service much more expensive than necessary.
65
+
Using one of the recommended hosts above should cost $10-50 / month.
66
+
59
67
## Build an image
60
68
61
69
Build the image from [the repo root](../../) like below. It will create a
0 commit comments