mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-26 18:42:49 +00:00
feat: setup posthog
This commit is contained in:
@@ -56,6 +56,8 @@ services:
|
||||
VITE_BASE_API_URL: ${VITE_BASE_API_URL:-}
|
||||
VITE_USER_MANAGEMENT_BASE: ${VITE_USER_MANAGEMENT_BASE:-}
|
||||
VITE_GOOGLE_MAPS_API_KEY: ${VITE_GOOGLE_MAPS_API_KEY:-}
|
||||
VITE_POSTHOG_KEY: ${VITE_POSTHOG_KEY:-}
|
||||
VITE_POSTHOG_HOST: ${VITE_POSTHOG_HOST:-}
|
||||
secrets:
|
||||
- npmrc
|
||||
ports:
|
||||
@@ -72,6 +74,8 @@ services:
|
||||
VITE_BASE_API_URL: ${VITE_BASE_API_URL:-}
|
||||
VITE_USER_MANAGEMENT_BASE: ${VITE_USER_MANAGEMENT_BASE:-}
|
||||
VITE_GOOGLE_MAPS_API_KEY: ${VITE_GOOGLE_MAPS_API_KEY:-}
|
||||
VITE_POSTHOG_KEY: ${VITE_POSTHOG_KEY:-}
|
||||
VITE_POSTHOG_HOST: ${VITE_POSTHOG_HOST:-}
|
||||
secrets:
|
||||
- npmrc
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user