Skip to content

Instantly share code, notes, and snippets.

@ericet
Created March 17, 2022 23:08
Show Gist options
  • Save ericet/b853f423591b272381e4cb6059d3391e to your computer and use it in GitHub Desktop.
Save ericet/b853f423591b272381e4cb6059d3391e to your computer and use it in GitHub Desktop.
---
version: "2.0"
services:
chia:
image: cryptoandcoffee/akash-chia:72
expose:
- port: 8080
as: 80
proto: tcp
to:
- global: true
params:
storage:
data:
mount: /plots
env:
- CONTRACT=96822676145c2f14f18a982310f00dfd72fa251bd9edf8309a607e719c0bf505c8212a6733f1872a2032728908c6759a
- FARMERKEY=973533d9de91455a6268d95c9fb1510bfc4d453396ccd1154a38ea0fe604726c2fa7bf6d029b7463c70f151cc395025d
- REMOTE_LOCATION=local
- PLOTTER=blade
- THREADS=10
profiles:
compute:
chia:
resources:
cpu:
units: 10
memory:
size: 420Gi
storage:
- size: 1Gi
- name: data
size: 512Gi
attributes:
persistent: true
class: beta3
placement:
westcoast:
pricing:
chia:
denom: uakt
amount: 100000
deployment:
chia:
westcoast:
profile: chia
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment