oci-images/keycloak/compose.yml

13 lines
283 B
YAML
Raw Normal View History

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