add: start keycloak exo

This commit is contained in:
Haletran 2026-02-26 23:13:26 +01:00
parent b576a5d4fd
commit ce474d099d
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,3 @@
http://keycloak.ft-chatons.local {
}

15
core/keycloak/compose.yml Normal file
View file

@ -0,0 +1,15 @@
services:
keycloack:
image: quay.io/keycloak/keycloak
container_name: keycloak
environment:
KC_DB: postgres
KC_DB_URL: postgres:3212
KC_DB_USERNAME: bapasqui
KC_DB_PASSWORD: password
restart: unless-stopped
networks:
proxy:
name: proxy
external: true