Compare commits

..
Author SHA1 Message Date
autonomic-bot e2d2aa2239 chore: upgrade ghost to 6.64.0-alpine
cc-ci/testme cc-ci: success
2026-09-18 02:34:02 +00:00
autonomic-bot 365f0b4c46 chore: upgrade ghost to 6.63.0-alpine
cc-ci/testme cc-ci: success
2026-09-11 02:40:31 +00:00
autonomic-bot 14575de620 chore: upgrade ghost to 6.62.0-alpine
cc-ci/testme cc-ci: success
2026-09-04 02:20:38 +00:00
autonomic-bot 13df5d037b chore: upgrade ghost to 6.61.0-alpine
cc-ci/testme cc-ci: success
2026-08-31 19:28:15 +00:00
autonomic-bot 8c1bed006d chore: upgrade ghost to 6.59.0-alpine
cc-ci/testme cc-ci: success
2026-08-21 02:26:42 +00:00
autonomic-bot 5197ca5193 chore: upgrade ghost to 6.57.1-alpine
cc-ci/testme cc-ci: success
2026-08-14 02:18:52 +00:00
autonomic-bot 2b0251170f chore: upgrade ghost to 6.56.0-alpine
cc-ci/testme cc-ci: success
2026-08-07 03:28:59 +00:00
autonomic-bot 1a115513bb chore: upgrade ghost to 6.55.0-alpine
cc-ci/testme !testme GREEN via Drone API workaround (bridge silent)
2026-08-03 22:18:40 +00:00
autonomic-bot a006236b2a chore: upgrade ghost to 6.53.0-alpine
cc-ci/testme cc-ci: success
2026-07-24 04:03:21 +00:00
autonomic-bot c425092695 chore: upgrade ghost to 6.52.1-alpine
cc-ci/testme cc-ci: success
2026-07-13 17:50:07 +00:00
autonomic-bot d5fe2003e6 chore: upgrade ghost to 6.50.0-alpine
cc-ci/testme cc-ci: success
2026-07-03 03:21:34 +00:00
autonomic-bot 808ac052f2 chore: upgrade ghost to 6.47.0-alpine
cc-ci/testme cc-ci: success
2026-06-26 04:00:30 +00:00
4 changed files with 2 additions and 12 deletions
-3
View File
@@ -28,9 +28,6 @@ MAIL_OPTIONS_AUTH_USER=smtpuser@example.com
COMPOSE_FILE="compose.yml" COMPOSE_FILE="compose.yml"
# Anubis
#COMPOSE_FILE="$COMPOSE_FILE:compose.anubis.yml"
## Matrix-Synapse-Redirection ## Matrix-Synapse-Redirection
# COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml" # COMPOSE_FILE="$COMPOSE_FILE:compose.matrix.yml"
# MATRIX_DOMAIN=matrix-synapse.example.com # MATRIX_DOMAIN=matrix-synapse.example.com
-6
View File
@@ -1,6 +0,0 @@
---
services:
app:
deploy:
labels:
- "traefik.http.routers.${STACK_NAME}.middlewares=anubis"
+2 -2
View File
@@ -1,6 +1,6 @@
services: services:
app: app:
image: ghost:6.65.0-alpine image: ghost:6.64.0-alpine
environment: environment:
# see https://ghost.org/docs/config/#configuration-options # see https://ghost.org/docs/config/#configuration-options
database__client: mysql database__client: mysql
@@ -51,7 +51,7 @@ services:
- "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true" - "traefik.http.middlewares.${STACK_NAME}-redirect.redirectscheme.permanent=true"
- "backupbot.backup=true" - "backupbot.backup=true"
- "backupbot.backup.path=/var/lib/ghost/content" - "backupbot.backup.path=/var/lib/ghost/content"
- "coop-cloud.${STACK_NAME}.version=1.5.0+6.65.0-alpine" - "coop-cloud.${STACK_NAME}.version=1.4.1+6.60.0-alpine"
healthcheck: healthcheck:
test: ["CMD", "wget", "--header=X-Forwarded-Proto: https", "--spider", "-q", "http://localhost:2368/ghost/api/admin/site"] test: ["CMD", "wget", "--header=X-Forwarded-Proto: https", "--spider", "-q", "http://localhost:2368/ghost/api/admin/site"]
interval: 30s interval: 30s
-1
View File
@@ -1 +0,0 @@
added anubis support. ghost-image upgrade performs some db migrations, had to undeploy and deploy again and took some time, but worked without further need for adjustments