You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2026-06-19 22:58:30 +02:00
Merge pull request #3407 from oauth2-proxy/renovate/docker-compose
chore(deps): update docker-compose
This commit is contained in:
@@ -54,7 +54,7 @@ services:
|
||||
httpbin: {}
|
||||
etcd:
|
||||
container_name: etcd
|
||||
image: gcr.io/etcd-development/etcd:v3.6.8
|
||||
image: gcr.io/etcd-development/etcd:v3.6.12
|
||||
entrypoint: /usr/local/bin/etcd
|
||||
command:
|
||||
- --listen-client-urls=http://0.0.0.0:2379
|
||||
|
||||
@@ -39,7 +39,7 @@ services:
|
||||
httpbin: {}
|
||||
|
||||
gitea:
|
||||
image: gitea/gitea:1.25.5
|
||||
image: gitea/gitea:1.26.2
|
||||
container_name: gitea
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
|
||||
@@ -42,7 +42,7 @@ services:
|
||||
depends_on:
|
||||
- oauth2-proxy
|
||||
container_name: nginx
|
||||
image: nginx:1.29
|
||||
image: nginx:1.31
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8080:8080/tcp
|
||||
@@ -79,7 +79,7 @@ services:
|
||||
httpbin: {}
|
||||
etcd:
|
||||
container_name: etcd
|
||||
image: gcr.io/etcd-development/etcd:v3.6.8
|
||||
image: gcr.io/etcd-development/etcd:v3.6.12
|
||||
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.40
|
||||
image: traefik:v2.11.50
|
||||
volumes:
|
||||
- "./traefik:/etc/traefik"
|
||||
ports:
|
||||
|
||||
@@ -52,7 +52,7 @@ services:
|
||||
httpbin: {}
|
||||
etcd:
|
||||
container_name: etcd
|
||||
image: gcr.io/etcd-development/etcd:v3.6.8
|
||||
image: gcr.io/etcd-development/etcd:v3.6.12
|
||||
entrypoint: /usr/local/bin/etcd
|
||||
command:
|
||||
- --listen-client-urls=http://0.0.0.0:2379
|
||||
|
||||
Reference in New Issue
Block a user