Skip to content

Commit

Permalink
ID:34neo4ggwc1nrds add dart-hello (akash-network#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
LostPengK authored Dec 11, 2020
1 parent ec84a90 commit 1b6ecec
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Awesome DeFi apps you can deploy on Akash
- [Folding@home](folding-at-home)
- [owncloud](owncloud)
- [Quill editor](quill-editor)
- [dart-hello](dart)

### Wallet
- [MyetherWallet](MyetherWallet)
Expand Down
4 changes: 4 additions & 0 deletions dart/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

gle/dart-hello is a docker image for a simple Dart HTTP server.

It is based on google/dart-runtime base image and listen on port 8080
40 changes: 40 additions & 0 deletions dart/dart.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
version: "2.0"

services:
web:
image: google/dart-hello
expose:
- port: 8080
as: 80
to:
- global: true

profiles:
compute:
web:
resources:
cpu:
units: 0.1
memory:
size: 512Mi
storage:
size: 512Mi
placement:
westcoast:
attributes:
organization: ovrclk.com
signedBy:
anyOf:
- "akash1vz375dkt0c60annyp6mkzeejfq0qpyevhseu05"
pricing:
web:
denom: uakt
amount: 1000

deployment:
web:
westcoast:
profile: web
count: 1

0 comments on commit 1b6ecec

Please sign in to comment.