From adec3fff7a9fe9b42e900cff3e441362ad5b09e9 Mon Sep 17 00:00:00 2001 From: William Oldham Date: Sat, 30 Mar 2024 08:59:25 +0000 Subject: [PATCH] Update content/5.extra/2.selfhost.md --- content/5.extra/2.selfhost.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/5.extra/2.selfhost.md b/content/5.extra/2.selfhost.md index 8e5722f..cbb38b2 100644 --- a/content/5.extra/2.selfhost.md +++ b/content/5.extra/2.selfhost.md @@ -36,6 +36,8 @@ MWB_POSTGRES__MIGRATE_ON_BOOT: "true" MWB_SERVER__TRUSTPROXY: "true" MWB_SERVER__TRUSTCLOUDFLARE: "true" + # This is needed to resolve errors running migrations on some platforms - does not affect the application + MIKRO_ORM_MIGRATIONS_DISABLE_FOREIGN_KEYS: "true" ports: - "8080:8080" depends_on: