Merge pull request #2609 from oauth2-proxy/renovate/docker-compose
This commit is contained in:
		
						commit
						7dd8640f21
					
				|  | @ -42,7 +42,7 @@ services: | |||
|           - httpbin.localtest.me | ||||
| 
 | ||||
|   gitea: | ||||
|     image: gitea/gitea:1.21.10 | ||||
|     image: gitea/gitea:1.22.0 | ||||
|     container_name: gitea | ||||
|     environment: | ||||
|       - USER_UID=1000 | ||||
|  |  | |||
|  | @ -30,7 +30,7 @@ services: | |||
|       oauth2-proxy: {} | ||||
|   nginx: | ||||
|     container_name: nginx | ||||
|     image: nginx:1.25 | ||||
|     image: nginx:1.27 | ||||
|     restart: unless-stopped | ||||
|     ports: | ||||
|       - 80:80/tcp | ||||
|  |  | |||
|  | @ -33,7 +33,7 @@ services: | |||
|   # Reverse proxy | ||||
|   gateway: | ||||
|     container_name: traefik | ||||
|     image: traefik:2.11.0 | ||||
|     image: traefik:v2.11.3 | ||||
|     volumes: | ||||
|       - "./traefik:/etc/traefik" | ||||
|     ports: | ||||
|  |  | |||
|  | @ -29,7 +29,7 @@ services: | |||
|       - httpbin | ||||
|   dex: | ||||
|     container_name: dex | ||||
|     image: ghcr.io/dexidp/dex:v2.39.0 | ||||
|     image: ghcr.io/dexidp/dex:v2.40.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.13 | ||||
|     image: gcr.io/etcd-development/etcd:v3.5.14 | ||||
|     entrypoint: /usr/local/bin/etcd | ||||
|     command: | ||||
|       - --listen-client-urls=http://0.0.0.0:2379 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue