chore(deps): update docker-compose

This commit is contained in:
renovate[bot] 2025-10-28 09:06:12 +00:00 committed by GitHub
parent 110d51d1d7
commit 3af0bac576
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ services:
keycloak: keycloak:
container_name: keycloak container_name: keycloak
image: keycloak/keycloak:25.0 image: keycloak/keycloak:26.4
hostname: keycloak hostname: keycloak
command: command:
- 'start-dev' - 'start-dev'

View File

@ -34,7 +34,7 @@ services:
# Reverse proxy # Reverse proxy
gateway: gateway:
container_name: traefik container_name: traefik
image: traefik:v2.11.29 image: traefik:v3.5.3
volumes: volumes:
- "./traefik:/etc/traefik" - "./traefik:/etc/traefik"
ports: ports: