1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-23 00:40:46 +02:00

chore(deps): update docker-compose

This commit is contained in:
renovate[bot]
2025-05-29 16:12:21 +00:00
committed by GitHub
parent 7731437af4
commit 465da4c6de
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ services:
keycloak: keycloak:
container_name: keycloak container_name: keycloak
image: keycloak/keycloak:25.0 image: keycloak/keycloak:26.2
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.24 image: traefik:v3.4.1
volumes: volumes:
- "./traefik:/etc/traefik" - "./traefik:/etc/traefik"
ports: ports: