We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6890f5c commit 1585fe0Copy full SHA for 1585fe0
1 file changed
compose.yml
@@ -39,7 +39,6 @@ services:
39
labs__ActivityPub: ${ENABLE_ACTIVITYPUB:-false}
40
tinybird__tracker__endpoint: https://${DOMAIN:?DOMAIN environment variable is required}/.ghost/analytics/tb/web_analytics
41
tinybird__tracker__datasource: analytics_events
42
- tinybird__tracker__token: ${TINYBIRD_TRACKER_TOKEN:-}
43
tinybird__stats__endpoint: ${TINYBIRD_API_URL:-https://api.tinybird.co}
44
tinybird__stats__token: ${TINYBIRD_STATS_TOKEN:-}
45
volumes:
@@ -90,6 +89,7 @@ services:
90
89
environment:
91
NODE_ENV: production
92
PROXY_TARGET: ${TINYBIRD_API_URL:-https://api.tinybird.co}/v0/events
+ TINYBIRD_TRACKER_TOKEN: ${TINYBIRD_TRACKER_TOKEN:-}
93
LOG_LEVEL: debug
94
profiles: [analytics]
95
networks:
0 commit comments