This commit is contained in:
Philipp Rothmann 2022-01-31 16:34:15 +01:00
parent 45d26abeb8
commit c1c837678b
3 changed files with 19 additions and 12 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.envrc

View File

@ -1,21 +1,27 @@
# Wekan
The Open Source kanban (built with Meteor)
<!-- metadata -->
* **Category**: Apps
* **Status**:
* **Status**: ?
* **Image**: [`quay.io/wekan/wekan`](https://quay.io/repository/wekan/wekan)
* **Healthcheck**:
* **Backups**:
* **Email**:
* **Tests**:
* **SSO**:
* **Healthcheck**: Yes
* **Backups**: Yes
* **Email**: Yes
* **Tests**: ?
* **SSO**: Yes
<!-- endmetadata -->
## Basic Usage
## Quick start
* `abra app new wekan --secrets`
* `abra app config <app-name>`
* `abra app deploy <app-name>`
See original [docker-compose.yml](https://github.com/wekan/wekan/blob/master/docker-compose.yml) for all possible env variables
## Secrets Setup
See original [docker-compose.yml](https://github.com/wekan/wekan/blob/master/docker-compose.yml) for all possible env variables
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).

View File

@ -51,8 +51,8 @@ services:
- proxy
depends_on:
- db
healthcheck: # workaround because there is no curl in wekan container
test: node /build/healthcheck.js
healthcheck:
test: node /build/healthcheck.js # no curl for healthcheck in wekan container
interval: 30s
timeout: 10s
retries: 10