mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-15 15:09:49 +00:00
18 lines
466 B
Plaintext
18 lines
466 B
Plaintext
# COMPOSE_PROFILES=analytics,activitypub
|
|
|
|
DOMAIN=example.com
|
|
|
|
DATABASE_ROOT_PASSWORD=reallysecurerootpassword
|
|
DATABASE_USER=optionalusername
|
|
DATABASE_PASSWORD=ghostpassword
|
|
|
|
# Tinybird configuration for analytics
|
|
TINYBIRD_API_URL=https://api.tinybird.co
|
|
TINYBIRD_ID=745d3247-e887-4873-84f7-7414ec758b83
|
|
TINYBIRD_TRACKER_TOKEN=p.eyJxxxxx
|
|
TINYBIRD_STATS_TOKEN=p.eyJxxxxx
|
|
|
|
# Activity Pub Configuration
|
|
GOOGLE_CLOUD_PROJECT=project-id
|
|
ACTIVITYPUB_GCP_BUCKET=bucket-name
|