From e8486625dfd497ad57e5dc1f0055b616c1a567c5 Mon Sep 17 00:00:00 2001 From: Cassowary Date: Mon, 25 Dec 2023 12:41:12 -0800 Subject: [PATCH] chore: publish 0.1.2+1.21.2 release --- README.md | 2 +- compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4f2e6b..301ebb9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # baserow -> One line description of the recipe +> Minimum Viable deploy of Baserow: Open source no-code database and Airtable alternative diff --git a/compose.yml b/compose.yml index e69914a..6ba3e65 100644 --- a/compose.yml +++ b/compose.yml @@ -21,7 +21,7 @@ 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}" - - "coop-cloud.${STACK_NAME}.version=0.1.1+1.21.2" + - "coop-cloud.${STACK_NAME}.version=0.1.2+1.21.2" healthcheck: test: ["CMD", "curl", "-f", "http://localhost"] interval: 30s