disable telemetry for local dev by default

This commit is contained in:
Maidul Islam
2024-02-27 18:26:15 -05:00
parent d6cde48181
commit a2a959cc32

View File

@@ -86,6 +86,7 @@ services:
environment: environment:
- NODE_ENV=development - NODE_ENV=development
- DB_CONNECTION_URI=postgres://infisical:infisical@db/infisical?sslmode=disable - DB_CONNECTION_URI=postgres://infisical:infisical@db/infisical?sslmode=disable
- TELEMETRY_ENABLED=false
volumes: volumes:
- ./backend/src:/app/src - ./backend/src:/app/src