mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 15:09:34 +00:00
@@ -25,6 +25,15 @@ services:
|
|||||||
tinybird__workspaceId: ${TINYBIRD_WORKSPACE_ID:-}
|
tinybird__workspaceId: ${TINYBIRD_WORKSPACE_ID:-}
|
||||||
tinybird__tracker__datasource: analytics_events
|
tinybird__tracker__datasource: analytics_events
|
||||||
tinybird__stats__endpoint: ${TINYBIRD_API_URL:-https://api.tinybird.co}
|
tinybird__stats__endpoint: ${TINYBIRD_API_URL:-https://api.tinybird.co}
|
||||||
|
mail__transport: ${MAIL_TRANSPORT}
|
||||||
|
mail__options__host: ${MAIL_HOST}
|
||||||
|
mail__options__port: ${MAIL_PORT}
|
||||||
|
mail__options__secure: ${MAIL_SECURE}
|
||||||
|
mail__options__auth__user: ${MAIL_USER}
|
||||||
|
mail__options__auth__pass: ${MAIL_PASSWORD}
|
||||||
|
mail__from: ${MAIL_FROM}
|
||||||
|
ACTIVITYPUB_TARGET: ${ACTIVITYPUB_TARGET}
|
||||||
|
COMPOSE_PROFILES: ${COMPOSE_PROFILES}
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION:-./data/ghost}:/var/lib/ghost/content
|
- ${UPLOAD_LOCATION:-./data/ghost}:/var/lib/ghost/content
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
@@ -41,15 +41,6 @@ services:
|
|||||||
tinybird__workspaceId: ${TINYBIRD_WORKSPACE_ID:-}
|
tinybird__workspaceId: ${TINYBIRD_WORKSPACE_ID:-}
|
||||||
tinybird__tracker__datasource: analytics_events
|
tinybird__tracker__datasource: analytics_events
|
||||||
tinybird__stats__endpoint: ${TINYBIRD_API_URL:-https://api.tinybird.co}
|
tinybird__stats__endpoint: ${TINYBIRD_API_URL:-https://api.tinybird.co}
|
||||||
mail__transport: ${MAIL_TRANSPORT}
|
|
||||||
mail__options__host: ${MAIL_HOST}
|
|
||||||
mail__options__port: ${MAIL_PORT}
|
|
||||||
mail__options__secure: ${MAIL_SECURE}
|
|
||||||
mail__options__auth__user: ${MAIL_USER}
|
|
||||||
mail__options__auth__pass: ${MAIL_PASSWORD}
|
|
||||||
mail__from: ${MAIL_FROM}
|
|
||||||
ACTIVITYPUB_TARGET: ${ACTIVITYPUB_TARGET}
|
|
||||||
COMPOSE_PROFILES: ${COMPOSE_PROFILES}
|
|
||||||
volumes:
|
volumes:
|
||||||
- ${UPLOAD_LOCATION:-./data/ghost}:/var/lib/ghost/content
|
- ${UPLOAD_LOCATION:-./data/ghost}:/var/lib/ghost/content
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user