fix: add the OAuth2 image to the local environment examples in the compose file
This commit is contained in:
		
							parent
							
								
									1ba2353685
								
							
						
					
					
						commit
						076d2df246
					
				|  | @ -13,6 +13,7 @@ | ||||||
| version: '3.0' | version: '3.0' | ||||||
| services: | services: | ||||||
|   oauth2-proxy: |   oauth2-proxy: | ||||||
|  |     image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0 | ||||||
|     command: --config /oauth2-proxy.cfg --alpha-config /oauth2-proxy-alpha-config.yaml |     command: --config /oauth2-proxy.cfg --alpha-config /oauth2-proxy-alpha-config.yaml | ||||||
|     volumes: |     volumes: | ||||||
|       - "./oauth2-proxy-alpha-config.cfg:/oauth2-proxy.cfg" |       - "./oauth2-proxy-alpha-config.cfg:/oauth2-proxy.cfg" | ||||||
|  |  | ||||||
|  | @ -22,6 +22,7 @@ | ||||||
| version: '3.0' | version: '3.0' | ||||||
| services: | services: | ||||||
|   oauth2-proxy: |   oauth2-proxy: | ||||||
|  |     image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0 | ||||||
|     ports: [] |     ports: [] | ||||||
|     hostname: oauth2-proxy |     hostname: oauth2-proxy | ||||||
|     volumes: |     volumes: | ||||||
|  |  | ||||||
|  | @ -23,6 +23,7 @@ version: '3.0' | ||||||
| services: | services: | ||||||
| 
 | 
 | ||||||
|   oauth2-proxy: |   oauth2-proxy: | ||||||
|  |     image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0 | ||||||
|     ports: [] |     ports: [] | ||||||
|     hostname: oauth2-proxy |     hostname: oauth2-proxy | ||||||
|     volumes: |     volumes: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue