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