Skip to content

Instantly share code, notes, and snippets.

@ericet
Created March 15, 2022 19:10
Show Gist options
  • Save ericet/7e215081669090202a62803cb539f527 to your computer and use it in GitHub Desktop.
Save ericet/7e215081669090202a62803cb539f527 to your computer and use it in GitHub Desktop.
---
version: "2.0"
services:
polkadot:
image: ericet/polkadot:0.1
expose:
- port: 30333
as: 30333
to:
- global: true
- port: 9933
as: 9933
to:
- global: true
- port: 9944
as: 9944
to:
- global: true
profiles:
compute:
polkadot-profile:
resources:
cpu:
units: 2.0
memory:
size: 8Gi
storage:
size: 64Gi
placement:
westcoast:
pricing:
polkadot-profile:
denom: uakt
amount: 1000
deployment:
polkadot:
westcoast:
profile: polkadot-profile
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment