[fix] Exclude local Keycloak image from Diun

This commit is contained in:
Viyurz 2024-11-09 10:01:15 +01:00
parent 577cf4f99e
commit ad6d2f3b84
Signed by: Viyurz
SSH key fingerprint: SHA256:IskOHTmhHSJIvAt04N6aaxd5SZCVWW1Guf9tEcxIMj8

View file

@ -3,6 +3,8 @@ services:
container_name: keycloak
build: .
image: localhost/keycloak:latest
labels:
- "diun.enable=false"
network_mode: pasta:-a,${env['pasta']['keycloak']['ipv4']},-a,${env['pasta']['keycloak']['ipv6']}
restart: always
user: ${env['users']['keycloak']}:${env['users']['keycloak']}