TB: Remove requirement for UUID setting

Closes https://linear.app/ghost/issue/ENG-2442/
ref e97d6c027c

- Ghost used to require this to set/manage a UUID in TB/clickhouse but we now use Ghost's generated one directly, instead of requiring it here
- Cleaning this up because otherwise if they don't match the UI and the tracking events don't go to the same bucket
This commit is contained in:
James Loh
2025-07-03 14:38:33 +10:00
parent cae06d8e1d
commit 22af0fb447
2 changed files with 0 additions and 3 deletions

View File

@@ -37,11 +37,9 @@ services:
labs__trafficAnalytics: true
labs__ActivityPub: true
tinybird__tracker__endpoint: https://${DOMAIN:?DOMAIN environment variable is required}/.ghost/analytics/tb/web_analytics
tinybird__tracker__id: ${TINYBIRD_ID:-}
tinybird__tracker__datasource: analytics_events
tinybird__tracker__token: ${TINYBIRD_TRACKER_TOKEN:-}
tinybird__stats__endpoint: ${TINYBIRD_API_URL:-https://api.tinybird.co}
tinybird__stats__id: ${TINYBIRD_ID:-}
tinybird__stats__token: ${TINYBIRD_STATS_TOKEN:-}
volumes:
- ${UPLOAD_LOCATION:-./data/ghost}:/var/lib/ghost/content