Skip to content

Instantly share code, notes, and snippets.

@octalmage
Created April 5, 2023 22:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save octalmage/2fa0e93b3539cc5156a4b33338132aa5 to your computer and use it in GitHub Desktop.
Save octalmage/2fa0e93b3539cc5156a4b33338132aa5 to your computer and use it in GitHub Desktop.
Deploy your own https://gun.eco relay node on Akash.
---
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