oci-images/compose.yml
2024-10-09 20:07:27 +02:00

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