From 209cf4e5bcd37d7780fd80787e07068101ac0333 Mon Sep 17 00:00:00 2001 From: Pokey <79169880+Pokeylooted@users.noreply.github.com> Date: Mon, 4 Mar 2024 17:32:23 -0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: William Oldham --- content/4.backend/1.deploy.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/4.backend/1.deploy.md b/content/4.backend/1.deploy.md index c5146be..93f6eda 100644 --- a/content/4.backend/1.deploy.md +++ b/content/4.backend/1.deploy.md @@ -45,7 +45,8 @@ This method provides a straightforward setup with minimal configuration. For mor MWB_POSTGRES__CONNECTION: postgresql://movie_web_user:YourPasswordHere@postgres:5432/movie_web_backend MWB_CRYPTO__SESSION_SECRET: 32CharacterLongStringHere MWB_META__NAME: unofficial-movie-web - MWB_POSTGRES__MIGRATE_ON_BOOT: "true" + MWB_POSTGRES__MIGRATE_ON_BOOT: "true" + MIKRO_ORM_MIGRATIONS_DISABLE_FOREIGN_KEYS: "true" ports: - "80:80" depends_on: