Skip to content

Commit

Permalink
Merge pull request akash-network#175 from minatofund/master
Browse files Browse the repository at this point in the history
  • Loading branch information
colygon authored Jun 12, 2021
2 parents d41de97 + e1a89f3 commit 84daf7e
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ Awesome DeFi apps you can deploy on Akash
### Project Management
- [Jira Software](jira)
- [Redmine](redmine)
- [Kanboard](kanboard)

### Tools
- [DEGO Stats](dego-stats)
Expand Down
15 changes: 15 additions & 0 deletions kanboard/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Kanboard
From the official Docker image:
https://docs.kanboard.org/en/latest/admin_guide/docker.html

Kanboard is a free and open source Kanban project management software.

* Visualize your work
* Limit your work in progress to focus on your goal
* Drag and drop tasks to manage your project
* Self-hosted
* Super simple installation

Learn more about Kanboard: https://kanboard.org

The deploy.yaml uses the official Docker image to deploy a basic configuration of Kanboard on Akash.
39 changes: 39 additions & 0 deletions kanboard/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
version: "2.0"

services:
web:
image: kanboard/kanboard:v1.2.8
expose:
- port: 80
as: 80
to:
- global: true

profiles:
compute:
web:
resources:
cpu:
units: 0.1
memory:
size: 512Mi
storage:
size: 512Mi
placement:
westcoast:
attributes:
datacenter: equinix-metal-ewr1
signedBy:
anyOf:
- "akash1365yvmc4s7awdyj3n2sav7xfx76adc6dnmlx63"
pricing:
web:
denom: uakt
amount: 10

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

0 comments on commit 84daf7e

Please sign in to comment.