Pin dependencies

This commit is contained in:
Renovate 2025-10-22 17:45:41 +00:00
commit 78dd545174
13 changed files with 37 additions and 37 deletions

View file

@ -22,7 +22,7 @@
services:
keycloak:
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4
image: git.hamburg.ccc.de/ccchh/oci-images/keycloak:26.4@sha256:e8522947cfca46754f52f6046c4471255eb4c463d8c7cf258384cdb85ef93db0
pull_policy: always
restart: unless-stopped
command: start --optimized
@ -46,7 +46,7 @@ services:
- "8080:8080"
db:
image: docker.io/library/postgres:15.14
image: docker.io/library/postgres:15.14@sha256:90b9b865172bf75a06a4c61292e2725f937649c41da6785bbcd7c56d22a4090c
restart: unless-stopped
networks:
- keycloak
@ -58,7 +58,7 @@ services:
POSTGRES_DB: keycloak
id-invite-web:
image: git.hamburg.ccc.de/ccchh/id-invite/id-invite:latest
image: git.hamburg.ccc.de/ccchh/id-invite/id-invite:latest@sha256:ba011f410bc1d2e112135857c236412f65b727f15197dbea1fffd955e0487a6a
command: web
restart: unless-stopped
networks:
@ -84,7 +84,7 @@ services:
- "BOTTLE_HOST=0.0.0.0"
id-invite-email:
image: git.hamburg.ccc.de/ccchh/id-invite/id-invite:latest
image: git.hamburg.ccc.de/ccchh/id-invite/id-invite:latest@sha256:ba011f410bc1d2e112135857c236412f65b727f15197dbea1fffd955e0487a6a
command: email
restart: unless-stopped
networks:
@ -99,7 +99,7 @@ services:
- "SMTP_PASSWORD={{ secret__id_no_reply_smtp }}"
id-invite-keycloak:
image: git.hamburg.ccc.de/ccchh/id-invite/id-invite:latest
image: git.hamburg.ccc.de/ccchh/id-invite/id-invite:latest@sha256:ba011f410bc1d2e112135857c236412f65b727f15197dbea1fffd955e0487a6a
command: keycloak
restart: unless-stopped
networks: