diff --git a/nix-system-configs/modules/songsheet/wavelog/docker-compose.nix b/nix-system-configs/modules/songsheet/wavelog/docker-compose.nix index e3dd7da..9a9169c 100644 --- a/nix-system-configs/modules/songsheet/wavelog/docker-compose.nix +++ b/nix-system-configs/modules/songsheet/wavelog/docker-compose.nix @@ -31,6 +31,7 @@ "ALLOW_ATTACHMENT_DOWNLOADS" = "0"; "APP_ENV" = "docker"; "BASE_CURRENCY" = "DKK"; + "DB_AUTOMIGRATE" = "true"; "DEFAULT_LANG" = "en"; "DEFAULT_TIMEZONE" = "Europe/Copenhagen"; "INSTANCE_NAME" = "Part-DB"; diff --git a/nix-system-configs/modules/songsheet/wavelog/docker-compose.yml b/nix-system-configs/modules/songsheet/wavelog/docker-compose.yml index a1f8bf0..8036f10 100644 --- a/nix-system-configs/modules/songsheet/wavelog/docker-compose.yml +++ b/nix-system-configs/modules/songsheet/wavelog/docker-compose.yml @@ -16,7 +16,7 @@ services: # run the doctrine:migrations:migrate commands on installation or upgrade. A database backup is written to the uploads/ # folder (under .automigration-backup), so you can restore it, if the migration fails. # This feature is currently experimental, so use it at your own risk! - # - DB_AUTOMIGRATE=true + - DB_AUTOMIGRATE=true # You can configure Part-DB using environment variables # Below you can find the most essential ones predefined