fix(ci): RUN_MANUAL_MIGRATIONS=true (#10377)

This variable was renamed and not updated in our docker-compose.yml,
causing intermittent errors like this one:


https://github.com/firezone/firezone/actions/runs/17835644646/job/50712540454
This commit is contained in:
Jamil
2025-09-18 13:43:02 -04:00
committed by GitHub
parent 8f46007674
commit 8b2bf97513

View File

@@ -53,7 +53,7 @@ services:
image: alpine:latest # Dummy, will always be overridden.
environment:
# Database
RUN_CONDITIONAL_MIGRATIONS: "true"
RUN_MANUAL_MIGRATIONS: "true"
DATABASE_HOST: postgres
DATABASE_PORT: 5432
DATABASE_NAME: firezone_dev