Skip to content

Instantly share code, notes, and snippets.

@ericet
Last active March 15, 2022 16:40
Show Gist options
  • Save ericet/cedfec7afa6cec9f18626d1b6d3283d7 to your computer and use it in GitHub Desktop.
Save ericet/cedfec7afa6cec9f18626d1b6d3283d7 to your computer and use it in GitHub Desktop.
version: "2.0"
services:
avalanchego:
image: ericet/avalanchego:0.3
expose:
- port: 9650
as: 9650
to:
- global: true
- port: 9651
proto: tcp
to:
- global: true
profiles:
compute:
avalanchego:
resources:
cpu:
units: 2
memory:
size: 4Gi
storage:
size: 128Gi
placement:
akash:
pricing:
avalanchego:
denom: uakt
amount: 1000
deployment:
avalanchego:
akash:
profile: avalanchego
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment