Skip to content

Commit 1585fe0

Browse files
committed
Moved Tinybird tracker token to the analytics service
1 parent 6890f5c commit 1585fe0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ services:
3939
labs__ActivityPub: ${ENABLE_ACTIVITYPUB:-false}
4040
tinybird__tracker__endpoint: https://${DOMAIN:?DOMAIN environment variable is required}/.ghost/analytics/tb/web_analytics
4141
tinybird__tracker__datasource: analytics_events
42-
tinybird__tracker__token: ${TINYBIRD_TRACKER_TOKEN:-}
4342
tinybird__stats__endpoint: ${TINYBIRD_API_URL:-https://api.tinybird.co}
4443
tinybird__stats__token: ${TINYBIRD_STATS_TOKEN:-}
4544
volumes:
@@ -90,6 +89,7 @@ services:
9089
environment:
9190
NODE_ENV: production
9291
PROXY_TARGET: ${TINYBIRD_API_URL:-https://api.tinybird.co}/v0/events
92+
TINYBIRD_TRACKER_TOKEN: ${TINYBIRD_TRACKER_TOKEN:-}
9393
LOG_LEVEL: debug
9494
profiles: [analytics]
9595
networks:

0 commit comments

Comments
 (0)