Created
June 24, 2021 11:34
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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