oci-images/keycloak/compose.yml

13 lines
283 B
YAML
Raw Permalink Normal View History

2024-10-09 20:07:27 +02:00
services:
keycloak:
2024-10-14 23:18:13 +00:00
image: dev.ccchb.de/ccchb/oci-images/keycloak:latest
2024-10-09 20:07:27 +02:00
env_file: .env
extra_hosts:
- "postgres.docker.internal=host-gateway"
ports:
- "127.0.0.1:8000:8080"
command:
- "start"
- "--optimized"
restart: unless-stopped