Updated to default to the latest (currently available on docker hub) 6.0

release candidate
This commit is contained in:
Joe Grigg
2025-07-31 16:33:50 +01:00
parent 9ef8319d83
commit 9e7a3bf02a
2 changed files with 2 additions and 8 deletions

View File

@@ -22,7 +22,7 @@ services:
ghost:
# Do not alter this without updating the Tinybird Sync container as well
image: ghost:${GHOST_VERSION:-5-alpine}
image: ghost:${GHOST_VERSION:-6.0.0-rc.0-alpine}
restart: always
expose:
- "127.0.0.1:${GHOST_PORT:-2368}:2368"
@@ -38,8 +38,6 @@ services:
database__connection__password: ${DATABASE_PASSWORD:?DATABASE_PASSWORD environment variable is required}
database__connection__database: ghost
enableDeveloperExperiments: ${ENABLE_DEVELOPER_EXPERIMENTS:-false}
labs__ActivityPub: ${ENABLE_ACTIVITYPUB:-false}
labs__trafficAnalytics: ${ENABLE_TRAFFIC_ANALYTICS:-false}
tinybird__tracker__endpoint: https://${DOMAIN:?DOMAIN environment variable is required}/.ghost/analytics/api/v1/page_hit
tinybird__adminToken: ${TINYBIRD_ADMIN_TOKEN:-}
tinybird__workspaceId: ${TINYBIRD_WORKSPACE_ID:-}