Add tables-step timeout env knobs to compose, docs, and e2e

This commit is contained in:
Kevin Veen-Birkenbach
2026-02-14 04:52:26 +01:00
parent fb42167b89
commit aac01810a1
5 changed files with 10 additions and 0 deletions

View File

@@ -68,6 +68,8 @@ services:
MATOMO_INSTALLER_READY_TIMEOUT_S: "180"
MATOMO_INSTALLER_STEP_TIMEOUT_S: "30"
MATOMO_INSTALLER_STEP_DEADLINE_S: "180"
MATOMO_INSTALLER_TABLES_CREATION_TIMEOUT_S: "180"
MATOMO_INSTALLER_TABLES_ERASE_TIMEOUT_S: "120"
MATOMO_INSTALLER_DEBUG_DIR: "/tmp/matomo-bootstrap"
# bootstrap is a one-shot command that prints the token and exits
# if you want to re-run, do: docker compose run --rm bootstrap