🔧(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:
Anthony LC
2024-09-05 11:55:19 +02:00
committed by Anthony LC
parent dd1b271b71
commit 92102e4a36
2 changed files with 1 additions and 1 deletions

View File

@@ -172,7 +172,6 @@ services:
kc_postgresql:
image: postgres:14.3
platform: linux/amd64
ports:
- "5433:5432"
env_file: