Files
cc-ci-orchestrator/cc-ci-plan/upstream/lasuite-meet.md
T

1.4 KiB

Upstream sources — lasuite-meet

service image source repo releases / changelog
app lasuite/meet-frontend https://github.com/suitenumerique/meet https://github.com/suitenumerique/meet/releases
backend lasuite/meet-backend https://github.com/suitenumerique/meet https://github.com/suitenumerique/meet/releases
celery lasuite/meet-backend https://github.com/suitenumerique/meet https://github.com/suitenumerique/meet/releases
db pgautoupgrade/pgautoupgrade https://github.com/pgautoupgrade/pgautoupgrade https://github.com/pgautoupgrade/pgautoupgrade/releases
redis redis https://github.com/redis/redis https://github.com/redis/redis/releases
livekit livekit/livekit-server https://github.com/livekit/livekit https://github.com/livekit/livekit/releases
web nginx https://github.com/nginx/nginx https://nginx.org/en/CHANGES

Standing notes

  • lasuite/meet-frontend and lasuite/meet-backend share the same version tag (meet monorepo, versioned together); celery uses the SAME image as backend.
  • livekit-server must stay compatible with the meet version's expected livekit API — take newest SAME-minor livekit tag, do NOT jump to a newer major/minor line unless meet release notes require it.
  • meet-backend runs Django DB migrations on boot (manage.py migrate) — watch backend logs on upgrade.