File tree Expand file tree Collapse file tree
samples/07.advanced-web-chat-apps
e.sso-on-behalf-of-authentication Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010
1111env :
1212 APP_NAME : webchat-samples-uploadazurestorage
13- DOCKER_IMAGE : webchatsamples .azurecr.io/webchat-samples-uploadazurestorage
14- DOCKER_REGISTRY : webchatsamples .azurecr.io
13+ # DOCKER_IMAGE: your-own-registry .azurecr.io/webchat-samples-uploadazurestorage
14+ # DOCKER_REGISTRY: your-own-registry .azurecr.io
1515 DOCKER_TAG : sha-${{ github.sha }}
1616 DOCKERFILE_PATH : samples/07.advanced-web-chat-apps/a.upload-to-azure-storage
1717 PUBLISH_PROFILE : ${{ secrets.SAMPLES_UPLOADAZURESTORAGE_PUBLISH_PROFILE }}
Original file line number Diff line number Diff line change 1010
1111env :
1212 APP_NAME : webchat-samples-ssoenterprise
13- DOCKER_IMAGE : webchatsamples .azurecr.io/webchat-samples-ssoenterprise
14- DOCKER_REGISTRY : webchatsamples .azurecr.io
13+ # DOCKER_IMAGE: your-own-registry .azurecr.io/webchat-samples-ssoenterprise
14+ # DOCKER_REGISTRY: your-own-registry .azurecr.io
1515 DOCKER_TAG : sha-${{ github.sha }}
1616 DOCKERFILE_PATH : samples/07.advanced-web-chat-apps/b.sso-for-enterprise
1717 PUBLISH_PROFILE : ${{ secrets.SAMPLES_SSOENTERPRISE_PUBLISH_PROFILE }}
Original file line number Diff line number Diff line change 1010
1111env :
1212 APP_NAME : webchat-samples-ssointranet
13- DOCKER_IMAGE : webchatsamples .azurecr.io/webchat-samples-ssointranet
14- DOCKER_REGISTRY : webchatsamples .azurecr.io
13+ # DOCKER_IMAGE: your-own-registry .azurecr.io/webchat-samples-ssointranet
14+ # DOCKER_REGISTRY: your-own-registry .azurecr.io
1515 DOCKER_TAG : sha-${{ github.sha }}
1616 DOCKERFILE_PATH : samples/07.advanced-web-chat-apps/c.sso-for-intranet
1717 PUBLISH_PROFILE : ${{ secrets.SAMPLES_SSOINTRANET_PUBLISH_PROFILE }}
Original file line number Diff line number Diff line change 1010
1111env :
1212 APP_NAME : webchat-samples-ssoteams
13- DOCKER_IMAGE : webchatsamples .azurecr.io/webchat-samples-ssoteams
14- DOCKER_REGISTRY : webchatsamples .azurecr.io
13+ # DOCKER_IMAGE: your-own-registry .azurecr.io/webchat-samples-ssoteams
14+ # DOCKER_REGISTRY: your-own-registry .azurecr.io
1515 DOCKER_TAG : sha-${{ github.sha }}
1616 DOCKERFILE_PATH : samples/07.advanced-web-chat-apps/d.sso-for-teams
1717 PUBLISH_PROFILE : ${{ secrets.SAMPLES_SSOTEAMS_PUBLISH_PROFILE }}
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ services:
55 context : .
66 dockerfile : Dockerfile-bot
77 env_file : ./bot/.env
8- image : webchat .azurecr.io/webchat-sso-bot
8+ # image: your-own-registry .azurecr.io/webchat-sso-bot
99 web :
1010 build :
1111 context : .
1212 dockerfile : Dockerfile-web
1313 env_file : ./rest-api/.env
14- image : webchat .azurecr.io/webchat-sso-web
14+ # image: your-own-registry .azurecr.io/webchat-sso-web
1515 ports :
1616 - " 3000:5000"
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ services:
55 context : .
66 dockerfile : Dockerfile-bot
77 env_file : ./bot/.env
8- image : webchat .azurecr.io/webchat-sso-intranet-bot
8+ # image: your-own-registry .azurecr.io/webchat-sso-intranet-bot
99 web :
1010 build :
1111 context : .
1212 dockerfile : Dockerfile-web
1313 env_file : ./web/.env
14- image : webchat .azurecr.io/webchat-sso-intranet-web
14+ # image: your-own-registry .azurecr.io/webchat-sso-intranet-web
1515 ports :
1616 - " 3000:5000"
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ services:
55 context : .
66 dockerfile : Dockerfile-bot
77 env_file : ./bot/.env
8- image : webchat .azurecr.io/webchat-sso-teams-bot
8+ # image: your-own-registry .azurecr.io/webchat-sso-teams-bot
99 web :
1010 build :
1111 context : .
1212 dockerfile : Dockerfile-web
1313 env_file : ./web/.env
14- image : webchat .azurecr.io/webchat-sso-teams-web
14+ # image: your-own-registry .azurecr.io/webchat-sso-teams-web
1515 ports :
1616 - " 3000:5000"
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ services:
55 context : .
66 dockerfile : Dockerfile-bot
77 env_file : ./bot/.env
8- image : webchat .azurecr.io/webchat-sso-bot
8+ # image: your-own-registry .azurecr.io/webchat-sso-bot
99 web :
1010 build :
1111 context : .
1212 dockerfile : Dockerfile-web
1313 env_file : ./rest-api/.env
14- image : webchat .azurecr.io/webchat-sso-web
14+ # image: your-own-registry .azurecr.io/webchat-sso-web
1515 ports :
1616 - " 3000:5000"
You can’t perform that action at this time.
0 commit comments