diff --git a/infra/docker/docker-compose.cypress.yml b/infra/docker/docker-compose.cypress.yml index b0c84d27fb..e1f6bda3df 100644 --- a/infra/docker/docker-compose.cypress.yml +++ b/infra/docker/docker-compose.cypress.yml @@ -42,6 +42,7 @@ services: - FRONTEND_OIDC_CLIENT_ID=monitorfish - MONITORFISH_OIDC_ENABLED=false - FRONTEND_OIDC_ENABLED=false + - MONITORFISH_SCHEDULING_ENABLED=false - FRONTEND_OIDC_REDIRECT_URI=https://monitorfish.din.developpement-durable.gouv.fr - FRONTEND_OIDC_LOGOUT_REDIRECT_URI=https://monitorfish.din.developpement-durable.gouv.fr - FRONTEND_MONITORFISH_VERSION= diff --git a/infra/docker/docker-compose.puppeteer.yml b/infra/docker/docker-compose.puppeteer.yml index 13414f13ea..885b2138c9 100644 --- a/infra/docker/docker-compose.puppeteer.yml +++ b/infra/docker/docker-compose.puppeteer.yml @@ -57,6 +57,7 @@ services: - FRONTEND_OIDC_AUTHORITY=https://authentification.recette.din.developpement-durable.gouv.fr/authSAML/oidc/monitorfish - FRONTEND_OIDC_CLIENT_ID=monitorfish - MONITORFISH_OIDC_ENABLED=false + - MONITORFISH_SCHEDULING_ENABLED=false - FRONTEND_OIDC_ENABLED=false - FRONTEND_OIDC_REDIRECT_URI=https://monitorfish.din.developpement-durable.gouv.fr - FRONTEND_OIDC_LOGOUT_REDIRECT_URI=https://monitorfish.din.developpement-durable.gouv.fr