Config: Set skip migrations in defaults.ini + override when running frontend service locally (#114007)

fs: skip migrations locally + add to defaults.ini
This commit is contained in:
Ashley Harrison
2025-11-18 09:49:26 +00:00
committed by GitHub
parent db0b35f6df
commit 9321ca2019
2 changed files with 8 additions and 0 deletions
@@ -65,6 +65,8 @@ services:
- 'alloy.logs=true'
environment:
OTEL_BSP_SCHEDULE_DELAY: 500
GF_DATABASE_SKIP_MIGRATIONS: true
GF_DATABASE_ENSURE_DEFAULT_ORG_AND_USER: false
GF_DEFAULT_APP_MODE: development
GF_DEFAULT_TARGET: frontend-server
GF_SECURITY_CONTENT_SECURITY_POLICY: false