Pin dependencies
Some checks failed
/ Ansible Lint (push) Failing after 46s
/ Ansible Lint (pull_request) Failing after 44s

This commit is contained in:
Renovate 2025-10-22 21:50:01 +00:00
commit 66142d2c02
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:5c5d7adc9921074ca0217c4dabd689d9e9777796074145bd2d90f46d1a683ea2
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: