mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 23:16:44 +00:00
Updated to default to the latest (currently available on docker hub) 6.0
release candidate
This commit is contained in:
@@ -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:-}
|
||||
|
||||
Reference in New Issue
Block a user