Create keycloak-exposed.yml for service ports

Add Keycloak service configuration with exposed ports
This commit is contained in:
kellergoech
2025-11-21 17:29:01 +01:00
committed by GitHub
parent 0e35e4d6b9
commit df7dfc0a02

View File

@@ -0,0 +1,8 @@
---
# only expose the ports when you know what you re doing!
services:
keycloak:
ports:
# expose the keycloak server on localhost
- "0.0.0.0:9000:9000"
- "0.0.0.0:8080:8080"