mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-04-04 22:34:22 +02:00
chore(deps): update docker-compose (#2558)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
2ffa92b1c9
commit
36f8dbcbcc
@ -42,7 +42,7 @@ services:
|
||||
- httpbin.localtest.me
|
||||
|
||||
gitea:
|
||||
image: gitea/gitea:1.21.4
|
||||
image: gitea/gitea:1.21.10
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
|
@ -33,7 +33,7 @@ services:
|
||||
# Reverse proxy
|
||||
gateway:
|
||||
container_name: traefik
|
||||
image: traefik:2.10.7
|
||||
image: traefik:2.11.0
|
||||
volumes:
|
||||
- "./traefik:/etc/traefik"
|
||||
ports:
|
||||
|
@ -29,7 +29,7 @@ services:
|
||||
- httpbin
|
||||
dex:
|
||||
container_name: dex
|
||||
image: ghcr.io/dexidp/dex:v2.38.0
|
||||
image: ghcr.io/dexidp/dex:v2.39.0
|
||||
command: dex serve /dex.yaml
|
||||
hostname: dex
|
||||
volumes:
|
||||
@ -55,7 +55,7 @@ services:
|
||||
- httpbin.localtest.me
|
||||
etcd:
|
||||
container_name: etcd
|
||||
image: gcr.io/etcd-development/etcd:v3.5.11
|
||||
image: gcr.io/etcd-development/etcd:v3.5.13
|
||||
entrypoint: /usr/local/bin/etcd
|
||||
command:
|
||||
- --listen-client-urls=http://0.0.0.0:2379
|
||||
|
Loading…
x
Reference in New Issue
Block a user