From c1c837678b7e3621da72780ec68ed2bafaecd0e6 Mon Sep 17 00:00:00 2001 From: Philipp Rothmann Date: Mon, 31 Jan 2022 16:34:15 +0100 Subject: [PATCH] foo --- .gitignore | 1 + README.md | 26 ++++++++++++++++---------- compose.yml | 4 ++-- 3 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7a6353d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.envrc diff --git a/README.md b/README.md index 92432f0..da13078 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,27 @@ # Wekan + The Open Source kanban (built with Meteor) * **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 -## Basic Usage + +## Quick start + +* `abra app new wekan --secrets` +* `abra app config ` +* `abra app deploy ` + +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 \ No newline at end of file +For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech). diff --git a/compose.yml b/compose.yml index adde8ea..d668b71 100644 --- a/compose.yml +++ b/compose.yml @@ -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