mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-06-01 23:16:50 +00:00
Updated to default to the latest (currently available on docker hub) 6.0
release candidate
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# COMPOSE_PROFILES=analytics,activitypub
|
# COMPOSE_PROFILES=analytics,activitypub
|
||||||
|
|
||||||
# Which Ghost version to run
|
# Which Ghost version to run
|
||||||
GHOST_VERSION=5-alpine
|
GHOST_VERSION=6.0.0-rc.0-alpine
|
||||||
|
|
||||||
# Public domain Ghost is going to run on
|
# Public domain Ghost is going to run on
|
||||||
DOMAIN=example.com
|
DOMAIN=example.com
|
||||||
@@ -27,11 +27,7 @@ DATABASE_PASSWORD=ghostpassword
|
|||||||
# both Traffic Analytics and ActivityPub
|
# both Traffic Analytics and ActivityPub
|
||||||
ENABLE_DEVELOPER_EXPERIMENTS=false
|
ENABLE_DEVELOPER_EXPERIMENTS=false
|
||||||
|
|
||||||
# Developer Experiments must be enabled above
|
|
||||||
ENABLE_TRAFFIC_ANALYTICS=false
|
|
||||||
|
|
||||||
# ActivityPub
|
# ActivityPub
|
||||||
ENABLE_ACTIVITYPUB=false
|
|
||||||
# If you'd prefer to self-host ActivityPub yourself uncomment the below line
|
# If you'd prefer to self-host ActivityPub yourself uncomment the below line
|
||||||
# ACTIVITYPUB_TARGET=activitypub:8080
|
# ACTIVITYPUB_TARGET=activitypub:8080
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ services:
|
|||||||
|
|
||||||
ghost:
|
ghost:
|
||||||
# Do not alter this without updating the Tinybird Sync container as well
|
# 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
|
restart: always
|
||||||
expose:
|
expose:
|
||||||
- "127.0.0.1:${GHOST_PORT:-2368}:2368"
|
- "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__password: ${DATABASE_PASSWORD:?DATABASE_PASSWORD environment variable is required}
|
||||||
database__connection__database: ghost
|
database__connection__database: ghost
|
||||||
enableDeveloperExperiments: ${ENABLE_DEVELOPER_EXPERIMENTS:-false}
|
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__tracker__endpoint: https://${DOMAIN:?DOMAIN environment variable is required}/.ghost/analytics/api/v1/page_hit
|
||||||
tinybird__adminToken: ${TINYBIRD_ADMIN_TOKEN:-}
|
tinybird__adminToken: ${TINYBIRD_ADMIN_TOKEN:-}
|
||||||
tinybird__workspaceId: ${TINYBIRD_WORKSPACE_ID:-}
|
tinybird__workspaceId: ${TINYBIRD_WORKSPACE_ID:-}
|
||||||
|
|||||||
Reference in New Issue
Block a user