Skip to content

Commit 58ba6e8

Browse files
remove telemetry default placeholder from docker-compose
1 parent f2b11ec commit 58ba6e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker-compose.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ services:
2222
- DATABASE_URL=${DATABASE_URL:-postgresql://postgres:postgres@postgres:5432/postgres} # CHANGEME
2323
- REDIS_URL=${REDIS_URL:-redis://redis:6379} # CHANGEME
2424
- SOURCEBOT_EE_LICENSE_KEY=${SOURCEBOT_EE_LICENSE_KEY:-}
25-
- SOURCEBOT_TELEMETRY_DISABLED=${SOURCEBOT_TELEMETRY_DISABLED:-false}
2625

2726
# For the full list of environment variables see:
2827
# https://docs.sourcebot.dev/docs/configuration/environment-variables

0 commit comments

Comments
 (0)