mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user