Skip to content

Instantly share code, notes, and snippets.

@balvinder294
Created June 24, 2021 11:34
Show Gist options
  • Save balvinder294/6084fa5e0263144c6402c93fa65eeddb to your computer and use it in GitHub Desktop.
Save balvinder294/6084fa5e0263144c6402c93fa65eeddb to your computer and use it in GitHub Desktop.
Webtop Deployment file using SDL Akash DeCloud https://docs.akash.network/reference/sdl
---
version: "2.0"
services:
web:
image: ghcr.io/linuxserver/webtop
env:
- PUID=1000
- PGID=1000
- TZ=America/New_York
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