mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
chore: Update README and add Mintlify docs
* Update README and add Mintlify docs * Add Twilio documentation * Remove license and fix readme
This commit is contained in:
parent
90f7aac8ad
commit
1f4ff8f865
19 changed files with 267 additions and 60 deletions
|
|
@ -173,16 +173,17 @@ services:
|
|||
BACKEND_URL: "http://api:8000"
|
||||
NODE_ENV: "oss"
|
||||
|
||||
# Flag to enable/ disable posthog and sentry
|
||||
ENABLE_TELEMETRY: "${ENABLE_TELEMETRY:-true}"
|
||||
|
||||
# Posthog
|
||||
ENABLE_POSTHOG: "${ENABLE_POSTHOG:-true}"
|
||||
POSTHOG_KEY: "phc_ItizB1dP6yv7ZYobbcqrpxTdbomDA8hJFSEmAMdYvIr"
|
||||
POSTHOG_HOST: "https://us.posthog.com"
|
||||
|
||||
# Sentry
|
||||
ENABLE_SENTRY: "${ENABLE_SENTRY:-true}"
|
||||
SENTRY_DSN: "https://d9387fed5f80e90781f1dbd9b2c0994c@o4509486225096704.ingest.us.sentry.io/4510124708200448"
|
||||
ports:
|
||||
- "3010:3000"
|
||||
- "3010:3010"
|
||||
depends_on:
|
||||
api:
|
||||
condition: service_healthy
|
||||
|
|
@ -190,7 +191,7 @@ services:
|
|||
test:
|
||||
[
|
||||
"CMD-SHELL",
|
||||
"wget --no-verbose --tries=1 --spider http://localhost:3000 || exit 1",
|
||||
"wget --no-verbose --tries=1 --spider http://localhost:3010 || exit 1",
|
||||
]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue