-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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
1 parent
b1fe2cc
commit 9aced42
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.