🔧(compose) stop forcing platform for Keycloak PostgreSQL image

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.
This commit is contained in:
lebaudantoine
2024-06-03 13:56:28 +02:00
committed by aleb_the_flash
parent 5d1e2bd39d
commit c534048e97
-1
View File
@@ -136,7 +136,6 @@ services:
kc_postgresql:
image: postgres:14.3
platform: linux/amd64
ports:
- "5433:5432"
env_file: