From 99fadaaedcdff8c6246137f6c64ae4db32625f1f Mon Sep 17 00:00:00 2001 From: bes-r <27369668+bes-r@users.noreply.github.com> Date: Thu, 9 Jul 2026 23:04:24 +0200 Subject: [PATCH] v0.2.01: schoolsysteem + automatische migraties; deploy: APP_VERSION uit image --- deploy/compose.deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/compose.deploy.yaml b/deploy/compose.deploy.yaml index c92f55a..75bb555 100644 --- a/deploy/compose.deploy.yaml +++ b/deploy/compose.deploy.yaml @@ -19,7 +19,7 @@ services: environment: PORT: 3000 DATABASE_URL: ${DATABASE_URL} - APP_VERSION: ${IMAGE} + # APP_VERSION komt uit de image zelf (build-arg); hier niet overschrijven. SUPER_USER: ${SUPER_USER:-beheerder} SUPER_PASS: ${SUPER_PASS:-} ports: