mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-16 14:25:22 +00:00
remove telemetry default placeholder from docker-compose
This commit is contained in:
parent
f2b11ecd64
commit
58ba6e8c1a
1 changed files with 0 additions and 1 deletions
|
|
@ -22,7 +22,6 @@ services:
|
||||||
- DATABASE_URL=${DATABASE_URL:-postgresql://postgres:postgres@postgres:5432/postgres} # CHANGEME
|
- DATABASE_URL=${DATABASE_URL:-postgresql://postgres:postgres@postgres:5432/postgres} # CHANGEME
|
||||||
- REDIS_URL=${REDIS_URL:-redis://redis:6379} # CHANGEME
|
- REDIS_URL=${REDIS_URL:-redis://redis:6379} # CHANGEME
|
||||||
- SOURCEBOT_EE_LICENSE_KEY=${SOURCEBOT_EE_LICENSE_KEY:-}
|
- SOURCEBOT_EE_LICENSE_KEY=${SOURCEBOT_EE_LICENSE_KEY:-}
|
||||||
- SOURCEBOT_TELEMETRY_DISABLED=${SOURCEBOT_TELEMETRY_DISABLED:-false}
|
|
||||||
|
|
||||||
# For the full list of environment variables see:
|
# For the full list of environment variables see:
|
||||||
# https://docs.sourcebot.dev/docs/configuration/environment-variables
|
# https://docs.sourcebot.dev/docs/configuration/environment-variables
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue