Created
April 5, 2023 22:48
-
-
Save octalmage/2fa0e93b3539cc5156a4b33338132aa5 to your computer and use it in GitHub Desktop.
Deploy your own https://gun.eco relay node on Akash.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
version: '2.0' | |
services: | |
gundb: | |
image: gundb/gun | |
expose: | |
- port: 8765 | |
as: 80 | |
# Uncomment to add your own domain. | |
# accept: | |
# - gun.octalmage.com | |
to: | |
- global: true | |
profiles: | |
compute: | |
gundb: | |
resources: | |
cpu: | |
units: 1 | |
memory: | |
size: 512Mi | |
storage: | |
- size: 1Gi | |
placement: | |
dcloud: | |
pricing: | |
gundb: | |
denom: uakt | |
amount: 1000 | |
deployment: | |
gundb: | |
dcloud: | |
profile: gundb | |
count: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment