Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add wekan #1154

Merged
merged 4 commits into from
Nov 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading