Compare commits

...
Author SHA1 Message Date
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
val 901958d089 chore: publish 1.4.1+6.60.0-alpine release 2026-08-27 18:45:03 +02:00
val (he/him) 53a816ef53 Merge pull request 'chore(deps): update ghost docker tag to v6.60.0' (#14) from renovate/ghost-6.x into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/ghost/pulls/14
had to undeploy -> deploy but then it worked without any problem
2026-08-27 16:42:55 +00:00
Renovate Bot 303be46bb8 chore(deps): update ghost docker tag to v6.60.0 2026-08-25 18:07:43 +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
trav 18d7310448 Merge pull request 'upgrade-1.4.0+6.44.0-alpine' (#13) from upgrade-1.4.0+6.44.0-alpine into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/ghost/pulls/13
2026-06-15 17:31:27 +00:00
+2 -2
View File
@@ -1,6 +1,6 @@
services:
app:
image: ghost:6.45.0-alpine
image: ghost:6.62.0-alpine
environment:
# see https://ghost.org/docs/config/#configuration-options
database__client: mysql
@@ -51,7 +51,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.4.0+6.45.0-alpine"
- "coop-cloud.${STACK_NAME}.version=1.4.1+6.60.0-alpine"
healthcheck:
test: ["CMD", "wget", "--header=X-Forwarded-Proto: https", "--spider", "-q", "http://localhost:2368/ghost/api/admin/site"]
interval: 30s