M8-R11: make business timezone deterministic
frontend / frontend (push) Successful in 46s
pytest / test (push) Successful in 3m56s

This commit is contained in:
2026-08-27 12:16:52 +02:00
parent d5623b9fcb
commit 33ca3da593
6 changed files with 65 additions and 10 deletions
+4
View File
@@ -6,6 +6,8 @@ services:
restart: "no"
init: true
command: ["python", "-m", "scripts.run_migrations"]
environment:
TZ: "${TZ:-Europe/Amsterdam}"
volumes:
- ./data:/app/data
- ./.env:/app/.env:ro
@@ -17,6 +19,8 @@ services:
user: "1000:1000"
restart: unless-stopped
init: true
environment:
TZ: "${TZ:-Europe/Amsterdam}"
depends_on:
migration:
condition: service_completed_successfully