Skip to content

Commit

Permalink
Tech - MAJ de la version de MonitorEnv (#4025)
Browse files Browse the repository at this point in the history
## Linked issues

----

- [ ] Tests E2E (Cypress)
  • Loading branch information
louptheron authored Jan 16, 2025
2 parents af5b49c + a269757 commit eab6ba9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
6 changes: 5 additions & 1 deletion infra/docker/.env.local.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ MONITORFISH_VERSION=0.0.0
#=====================================================================
# VERSION

MONITORENV_VERSION=v1.45.1
MONITORENV_VERSION=v1.52.0

#=====================================================================
# BACKEND & INFRA
Expand Down Expand Up @@ -103,3 +103,7 @@ MONITORENV_OIDC_CLIENT_ID=monitorenv
MONITORENV_OIDC_ENABLED=false
MONITORENV_OIDC_ISSUER_URI=http://localhost:8085/realms/monitor
MONITORENV_OIDC_USERINFO_ENDPOINT=/protocol/openid-connect/userinfo

FRONTEND_SENTRY_AUTH_TOKEN=
FRONTEND_MATOMO_URL=
FRONTEND_MATOMO_ID=
3 changes: 3 additions & 0 deletions infra/docker/docker-compose.monitorenv.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ services:
- MONITORENV_SENTRY_ENABLED=${MONITORENV_SENTRY_ENABLED}
- RAPPORTNAV_URL=${RAPPORTNAV_URL}
- SENTRY_DSN=${SENTRY_DSN}
- FRONTEND_SENTRY_AUTH_TOKEN=${FRONTEND_SENTRY_AUTH_TOKEN}
- FRONTEND_MATOMO_URL=${FRONTEND_MATOMO_URL}
- FRONTEND_MATOMO_ID=${FRONTEND_MATOMO_ID}
ports:
- 9880:8880
- 9000:8000
Expand Down
3 changes: 3 additions & 0 deletions infra/docker/docker-compose.puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,9 @@ services:
- MONITORENV_SENTRY_ENABLED=${MONITORENV_SENTRY_ENABLED}
- RAPPORTNAV_URL=${RAPPORTNAV_URL}
- SENTRY_DSN=${SENTRY_DSN}
- FRONTEND_SENTRY_AUTH_TOKEN=${FRONTEND_SENTRY_AUTH_TOKEN}
- FRONTEND_MATOMO_URL=${FRONTEND_MATOMO_URL}
- FRONTEND_MATOMO_ID=${FRONTEND_MATOMO_ID}
ports:
- 9880:8880
- 9000:8000
Expand Down

0 comments on commit eab6ba9

Please sign in to comment.