mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-05-23 22:40:31 +02:00
chore(deps): update docker-compose
This commit is contained in:
parent
1c3bc31665
commit
75a1099a8f
@ -42,7 +42,7 @@ services:
|
|||||||
- httpbin.localtest.me
|
- httpbin.localtest.me
|
||||||
|
|
||||||
gitea:
|
gitea:
|
||||||
image: gitea/gitea:1.22.3
|
image: gitea/gitea:1.22.6
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
|
@ -81,7 +81,7 @@ services:
|
|||||||
- httpbin.localtest.me
|
- httpbin.localtest.me
|
||||||
etcd:
|
etcd:
|
||||||
container_name: etcd
|
container_name: etcd
|
||||||
image: gcr.io/etcd-development/etcd:v3.5.16
|
image: gcr.io/etcd-development/etcd:v3.5.17
|
||||||
entrypoint: /usr/local/bin/etcd
|
entrypoint: /usr/local/bin/etcd
|
||||||
command:
|
command:
|
||||||
- --listen-client-urls=http://0.0.0.0:2379
|
- --listen-client-urls=http://0.0.0.0:2379
|
||||||
|
@ -34,7 +34,7 @@ services:
|
|||||||
# Reverse proxy
|
# Reverse proxy
|
||||||
gateway:
|
gateway:
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
image: traefik:v2.11.13
|
image: traefik:v2.11.18
|
||||||
volumes:
|
volumes:
|
||||||
- "./traefik:/etc/traefik"
|
- "./traefik:/etc/traefik"
|
||||||
ports:
|
ports:
|
||||||
|
@ -55,7 +55,7 @@ services:
|
|||||||
- httpbin.localtest.me
|
- httpbin.localtest.me
|
||||||
etcd:
|
etcd:
|
||||||
container_name: etcd
|
container_name: etcd
|
||||||
image: gcr.io/etcd-development/etcd:v3.5.16
|
image: gcr.io/etcd-development/etcd:v3.5.17
|
||||||
entrypoint: /usr/local/bin/etcd
|
entrypoint: /usr/local/bin/etcd
|
||||||
command:
|
command:
|
||||||
- --listen-client-urls=http://0.0.0.0:2379
|
- --listen-client-urls=http://0.0.0.0:2379
|
||||||
|
Loading…
x
Reference in New Issue
Block a user