1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-04 23:37:29 +02:00

fix: add the OAuth2 image to the local environment examples in the compose file

This commit is contained in:
igor.udot 2024-08-09 11:20:26 +08:00 committed by Jan Larwig
parent 1ba2353685
commit 076d2df246
3 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@
version: '3.0'
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
command: --config /oauth2-proxy.cfg --alpha-config /oauth2-proxy-alpha-config.yaml
volumes:
- "./oauth2-proxy-alpha-config.cfg:/oauth2-proxy.cfg"

View File

@ -22,6 +22,7 @@
version: '3.0'
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
ports: []
hostname: oauth2-proxy
volumes:

View File

@ -23,6 +23,7 @@ version: '3.0'
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
ports: []
hostname: oauth2-proxy
volumes: