mirror of
https://github.com/movie-web/docs.git
synced 2025-09-13 08:33:27 +00:00
Apply suggestions from code review
Co-authored-by: William Oldham <github@binaryoverload.co.uk>
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user