foo
This commit is contained in:
parent
45d26abeb8
commit
c1c837678b
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.envrc
|
26
README.md
26
README.md
@ -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).
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user