diff --git a/.drone.yml b/.drone.yml index be7be06..8a96115 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: decentral1se/stack-ssh-deploy:latest settings: host: swarm-test.autonomic.zone - stack: wordpress + stack: capsul generate_secrets: true purge: true deploy_key: diff --git a/README.md b/README.md index 980455e..b5081be 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ # capsul -Simple, fast, private compute +[![Build Status](https://drone.autonomic.zone/api/badges/coop-cloud/capsul/status.svg?ref=refs/heads/main)](https://drone.autonomic.zone/coop-cloud/capsul) + +Simple, fast, private compute. https://capsul.org -* **Category**: -* **Status**: -* **Image**: [`capsul-flask`](https://hub.docker.com/r/3wordchant/capsul-flask) -* **Healthcheck**: -* **Backups**: -* **Email**: -* **Tests**: -* **SSO**: +* **Category**: Apps +* **Status**: ❸🍎 +* **Image**: [`capsul-flask`](https://hub.docker.com/r/3wordchant/capsul-flask), βΉπŸ’£, own +* **Healthcheck**: Yes +* **Backups**: No +* **Email**: βΆπŸ’š +* **Tests**: β·πŸ’› +* **SSO**: No ## Basic usage diff --git a/compose.yml b/compose.yml index fd5ae7e..8dbdacc 100644 --- a/compose.yml +++ b/compose.yml @@ -29,7 +29,6 @@ services: secrets: - hub_token # - spoke_host_token - #entrypoint: ['tail', '-f', '/dev/null'] deploy: restart_policy: condition: on-failure @@ -43,12 +42,12 @@ services: #- "traefik.http.routers.${STACK_NAME}.middlewares=${STACK_NAME}-redirect" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLForceHost=true" #- "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - # healthcheck: - # test: ["CMD", "wget", "--tries=1", "http://localhost:5000", "-O", "/dev/null"] - # interval: 30s - # timeout: 10s - # retries: 10 - # start_period: 1m + healthcheck: + test: ["CMD", "wget", "-q", "--tries=1", "http://localhost:5000", "-O", "/dev/null"] + interval: 30s + timeout: 10s + retries: 10 + start_period: 1m db: image: "postgres:9.6.5"