Compare commits

...
Author SHA1 Message Date
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
trav 2b99b04d31 chore: upgrade to 1.4.0+6.45.0-alpine
cc-ci/testme cc-ci: success
2026-06-15 17:55:24 +01:00
autonomic-bot d88f580188 chore: upgrade to 1.4.0+6.44.1-alpine
cc-ci/testme cc-ci: success
2026-06-12 01:44:22 +00:00
autonomic-bot d42d0f7c7c chore: upgrade to 1.4.0+6.44.0-alpine
cc-ci/testme cc-ci: success
2026-06-05 02:21:35 +00:00
notplants 3c503aa42f Merge pull request 'Fix backup/restore' (#12) from fix-backup into main
Reviewed-on: https://git.coopcloud.tech/coop-cloud/ghost/pulls/12
2026-06-02 17:39:07 +00:00
+3 -3
View File
@@ -1,6 +1,6 @@
services:
app:
image: ghost:6.42.0-alpine
image: ghost:6.57.1-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.3.0+6.42.0-alpine"
- "coop-cloud.${STACK_NAME}.version=1.4.0+6.45.0-alpine"
healthcheck:
test: ["CMD", "wget", "--header=X-Forwarded-Proto: https", "--spider", "-q", "http://localhost:2368/ghost/api/admin/site"]
interval: 30s
@@ -60,7 +60,7 @@ services:
start_period: 15m
db:
image: mysql:8.0
image: mysql:8.4
networks:
- backend
environment: