numerique-gouv / people

Teams management application
MIT License
9 stars 0 forks source link

🔧(compose) stop forcing platform for Keycloak PostgreSQL image #230

Closed lebaudantoine closed 1 month ago

lebaudantoine commented 1 month ago

Forcing platform: linux/amd64 for the PostgreSQL image causes compatibility issues and performance degradation on Mac ARM chips (M1/M2). Removing the platform specification allows Docker to select the appropriate architecture automatically, ensuring better performance and compatibility.

Any linux user could test this changes, to make sure it doesn't introduce any regression? @sampaccoud why the platform was pinned?

sampaccoud commented 1 month ago

@lebaudantoine maybe @PanchoutNathan can tell us but I didn't find any explanation in the commit. This modification was not the subject of the commit: https://github.com/openfun/jitsi-magnify/commit/d0040c7b4b42a9006bcc53d3d7311c27d13aa821

lebaudantoine commented 1 month ago

@sampaccoud Nathan confirms the deletion

La raison c'était qu'avant les images n'étaient pas encore adapté pour les M1 Maintenant, elles sont adaptées Donc oui tu pourrais delete sans problème Ou autre raison possible, c'est copy/paste d'une autre image qui n'était pas adapté et j'ai pas delete la platform