From ccc8ee11e92e51e521fced64f83d7bd993ba7183 Mon Sep 17 00:00:00 2001 From: val Date: Thu, 16 Oct 2025 15:25:16 +0200 Subject: [PATCH] chore: publish 1.1.0+6-alpine release --- .env.sample | 1 + compose.yml | 4 ++-- release/1.1.0+6-alpine | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 release/1.1.0+6-alpine diff --git a/.env.sample b/.env.sample index 13588c6..e903864 100644 --- a/.env.sample +++ b/.env.sample @@ -2,6 +2,7 @@ #SECRET_SMTP_PASSWORD_VERSION=v1 TYPE=ghost +#IMAGE_VERSION=6.3.1 DOMAIN=ghost.example.com diff --git a/compose.yml b/compose.yml index 21a3234..c1ef8fb 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: app: - image: ghost:5-alpine + image: ghost:${IMAGE_VERSION:-6}-alpine environment: # see https://ghost.org/docs/config/#configuration-options database__client: mysql @@ -49,7 +49,7 @@ services: - "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true" - "backupbot.backup=true" - "backupbot.backup.path=/var/lib/ghost/content" - - "coop-cloud.${STACK_NAME}.version=1.0.1+5-alpine" + - "coop-cloud.${STACK_NAME}.version=1.1.0+6-alpine" healthcheck: test: ["CMD", "wget", "--header=X-Forwarded-Proto: https", "--spider", "-q", "http://localhost:2368/ghost/api/admin/site"] interval: 30s diff --git a/release/1.1.0+6-alpine b/release/1.1.0+6-alpine new file mode 100644 index 0000000..61c78bb --- /dev/null +++ b/release/1.1.0+6-alpine @@ -0,0 +1 @@ +when deploying, healthchecks may fail once, it seems to be caused by a database update/migration needing more time. Just wait some time and deploy again \ No newline at end of file