1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-10-08 22:51:59 +02:00

chore(deps): update docker-compose

This commit is contained in:
renovate[bot]
2025-10-01 19:05:56 +00:00
committed by GitHub
parent 9168731c7a
commit f95bbfb8cb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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