oci-images/keycloak/compose.yml

12 lines
239 B
YAML

services:
keycloak:
build: .
env_file: .env
extra_hosts:
- "postgres.docker.internal=host-gateway"
ports:
- "127.0.0.1:8000:8080"
command:
- "start"
- "--optimized"
restart: unless-stopped