Skip to content

Instantly share code, notes, and snippets.

@balvinder294
Created June 24, 2021 11:35
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 balvinder294/c7243c35d948566027043e2300a0d2bf to your computer and use it in GitHub Desktop.
Save balvinder294/c7243c35d948566027043e2300a0d2bf to your computer and use it in GitHub Desktop.
Taisun Deployment file using SDL Akash DeCloud https://docs.akash.network/reference/sdl
---
version: "2.0"
services:
web:
image: linuxserver/taisun
expose:
- port: 3000
as: 80
to:
- global: true
profiles:
compute:
web:
resources:
cpu:
units: 1
memory:
size: 2Gi
storage:
size: 2Gi
placement:
westcoast:
attributes:
host: akash
pricing:
web:
denom: uakt
amount: 1000
deployment:
web:
westcoast:
profile: web
count: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment