Files
opencloud-compose/external-proxy/keycloak-exposed.yml
kellergoech df7dfc0a02 Create keycloak-exposed.yml for service ports
Add Keycloak service configuration with exposed ports
2025-11-21 17:29:01 +01:00

9 lines
198 B
YAML

---
# 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"