Use released oci image

This commit is contained in:
Fritz Grimpen 2024-10-14 23:18:13 +00:00
parent e8f3cc1897
commit 3884ad14cd

View file

@ -1,6 +1,6 @@
services: services:
keycloak: keycloak:
build: . image: dev.ccchb.de/ccchb/oci-images/keycloak:latest
env_file: .env env_file: .env
extra_hosts: extra_hosts:
- "postgres.docker.internal=host-gateway" - "postgres.docker.internal=host-gateway"