[fix] Exclude local Keycloak image from Diun
This commit is contained in:
parent
577cf4f99e
commit
ad6d2f3b84
1 changed files with 2 additions and 0 deletions
|
@ -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']}
|
||||
|
|
Loading…
Reference in a new issue