Skip to content

Commit

Permalink
add wekan (#1154)
Browse files Browse the repository at this point in the history
* add wekan

* Update public/v4/apps/wekan.yml

Co-authored-by: Kasra Bigdeli <[email protected]>

* Update public/v4/apps/wekan.yml

Co-authored-by: Kasra Bigdeli <[email protected]>

---------

Co-authored-by: Kasra Bigdeli <[email protected]>
  • Loading branch information
LiquidITGuy and githubsaturn authored Nov 2, 2024
1 parent b1fe2cc commit 9aced42
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions public/v4/apps/wekan.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
captainVersion: 4
services:
$$cap_appname-db:
image: mongo:6
volumes:
- $$cap_appname-mongo:/data/db
- $$cap_appname-db-data-dump:/dump
caproverExtra:
notExposeAsWebApp: 'true'
$$cap_appname:
depends_on:
- $$cap_appname-db
image: wekanteam/wekan:$$cap_myapp_version
hostname: $$cap_appname.$$cap_root_domain
restart: always
environment:
ROOT_URL: https://$$cap_appname.$$cap_root_domain
MONGO_URL: mongodb://srv-captain--$$cap_appname-db:27017/wekan
volumes:
- $$cap_appname-data:/data
caproverExtra:
containerHttpPort: '8080'
websocketSupport: 'true'

caproverOneClickApp:
variables:
- id: '$$cap_myapp_version'
label: WeKan version
defaultValue: 'v7.60'
description: Check out their Docker page for the valid tags https://hub.docker.com/r/wekanteam/wekan/tags
instructions:
start: |-
Experience efficient task management with WeKan - the Open-Source, customizable, and privacy-focused kanban. See https://wekan.github.io for more details.
end: |-
WeKan is Deployed!
Please enable HTTPS and websocket before using it.
displayName: WeKan
isOfficial: true
description: WeKan ® is an completely Open Source and Free software collaborative kanban board application with MIT license.
documentation: This docker-compose is taken from https://github.com/wekan/wekan/blob/main/docker-compose.yml
Binary file added public/v4/logos/wekan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9aced42

Please sign in to comment.