chore(deps): update example docker-compose files (#3096)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									d390877945
								
							
						
					
					
						commit
						40f3ef1ea5
					
				|  | @ -42,7 +42,7 @@ services: | ||||||
|           - httpbin.localtest.me |           - httpbin.localtest.me | ||||||
| 
 | 
 | ||||||
|   gitea: |   gitea: | ||||||
|     image: gitea/gitea:1.23.8 |     image: gitea/gitea:1.24.2 | ||||||
|     container_name: gitea |     container_name: gitea | ||||||
|     environment: |     environment: | ||||||
|       - USER_UID=1000 |       - USER_UID=1000 | ||||||
|  |  | ||||||
|  | @ -41,7 +41,7 @@ services: | ||||||
|     depends_on: |     depends_on: | ||||||
|       - oauth2-proxy |       - oauth2-proxy | ||||||
|     container_name: nginx |     container_name: nginx | ||||||
|     image: nginx:1.28 |     image: nginx:1.29 | ||||||
|     restart: unless-stopped |     restart: unless-stopped | ||||||
|     ports: |     ports: | ||||||
|       - 80:80/tcp |       - 80:80/tcp | ||||||
|  |  | ||||||
|  | @ -34,7 +34,7 @@ services: | ||||||
|   # Reverse proxy |   # Reverse proxy | ||||||
|   gateway: |   gateway: | ||||||
|     container_name: traefik |     container_name: traefik | ||||||
|     image: traefik:v2.11.24 |     image: traefik:v2.11.27 | ||||||
|     volumes: |     volumes: | ||||||
|       - "./traefik:/etc/traefik" |       - "./traefik:/etc/traefik" | ||||||
|     ports: |     ports: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue