Skip to content

Instantly share code, notes, and snippets.

@chaudharypraveen98
Last active March 19, 2022 19:06
Show Gist options
  • Save chaudharypraveen98/b8c7519616020b7e1505265357e8f1c1 to your computer and use it in GitHub Desktop.
Save chaudharypraveen98/b8c7519616020b7e1505265357e8f1c1 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=xch1x3yzcfpvnv0z0e9rguqpyn90d22n5mfezkzf33yegfnr8pxnpwkqmzcgkc
- FARMERKEY=b24db21099162752697942127aa274382c42db6723207d2fc5e326f4cdf8f72c44f92c6f1decf299bafb5bd29e59ea29
- 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