chore(deps): update docker-compose (#3188)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
dea0d0cf44
commit
a50bbcd6f6
|
|
@ -39,7 +39,7 @@ services:
|
|||
httpbin: {}
|
||||
|
||||
gitea:
|
||||
image: gitea/gitea:1.24.5
|
||||
image: gitea/gitea:1.24.7
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ services:
|
|||
httpbin: {}
|
||||
dex:
|
||||
container_name: dex
|
||||
image: ghcr.io/dexidp/dex:v2.43.1
|
||||
image: ghcr.io/dexidp/dex:v2.44.0
|
||||
command: dex serve /dex.yaml
|
||||
hostname: dex
|
||||
volumes:
|
||||
|
|
@ -78,7 +78,7 @@ services:
|
|||
httpbin: {}
|
||||
etcd:
|
||||
container_name: etcd
|
||||
image: gcr.io/etcd-development/etcd:v3.6.4
|
||||
image: gcr.io/etcd-development/etcd:v3.6.5
|
||||
entrypoint: /usr/local/bin/etcd
|
||||
command:
|
||||
- --listen-client-urls=http://0.0.0.0:2379
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ services:
|
|||
# Reverse proxy
|
||||
gateway:
|
||||
container_name: traefik
|
||||
image: traefik:v2.11.28
|
||||
image: traefik:v2.11.29
|
||||
volumes:
|
||||
- "./traefik:/etc/traefik"
|
||||
ports:
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ services:
|
|||
- httpbin
|
||||
dex:
|
||||
container_name: dex
|
||||
image: ghcr.io/dexidp/dex:v2.43.1
|
||||
image: ghcr.io/dexidp/dex:v2.44.0
|
||||
command: dex serve /dex.yaml
|
||||
hostname: dex
|
||||
volumes:
|
||||
|
|
@ -52,7 +52,7 @@ services:
|
|||
httpbin: {}
|
||||
etcd:
|
||||
container_name: etcd
|
||||
image: gcr.io/etcd-development/etcd:v3.6.4
|
||||
image: gcr.io/etcd-development/etcd:v3.6.5
|
||||
entrypoint: /usr/local/bin/etcd
|
||||
command:
|
||||
- --listen-client-urls=http://0.0.0.0:2379
|
||||
|
|
|
|||
Loading…
Reference in New Issue