oci-images/keycloak/compose.yml

13 lines
239 B
YAML
Raw Normal View History

2024-10-09 13:07:27 -05:00
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