1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-07-13 01:40:48 +02:00

chore(deps): update docker-compose

This commit is contained in:
renovate[bot]
2025-07-10 12:40:50 +00:00
committed by GitHub
parent 7731437af4
commit 14e7ddac71
4 changed files with 5 additions and 5 deletions

View File

@ -42,7 +42,7 @@ services:
- httpbin.localtest.me
gitea:
image: gitea/gitea:1.23.8
image: gitea/gitea:1.24.2
container_name: gitea
environment:
- USER_UID=1000

View File

@ -41,7 +41,7 @@ services:
depends_on:
- oauth2-proxy
container_name: nginx
image: nginx:1.28
image: nginx:1.29
restart: unless-stopped
ports:
- 80:80/tcp
@ -81,7 +81,7 @@ services:
- httpbin.localtest.me
etcd:
container_name: etcd
image: gcr.io/etcd-development/etcd:v3.6.0
image: gcr.io/etcd-development/etcd:v3.6.2
entrypoint: /usr/local/bin/etcd
command:
- --listen-client-urls=http://0.0.0.0:2379

View File

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

View File

@ -55,7 +55,7 @@ services:
- httpbin.localtest.me
etcd:
container_name: etcd
image: gcr.io/etcd-development/etcd:v3.6.0
image: gcr.io/etcd-development/etcd:v3.6.2
entrypoint: /usr/local/bin/etcd
command:
- --listen-client-urls=http://0.0.0.0:2379