File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
samples/07.advanced-web-chat-apps
e.sso-on-behalf-of-authentication Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 10
10
11
11
env :
12
12
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
15
15
DOCKER_TAG : sha-${{ github.sha }}
16
16
DOCKERFILE_PATH : samples/07.advanced-web-chat-apps/a.upload-to-azure-storage
17
17
PUBLISH_PROFILE : ${{ secrets.SAMPLES_UPLOADAZURESTORAGE_PUBLISH_PROFILE }}
Original file line number Diff line number Diff line change 10
10
11
11
env :
12
12
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
15
15
DOCKER_TAG : sha-${{ github.sha }}
16
16
DOCKERFILE_PATH : samples/07.advanced-web-chat-apps/b.sso-for-enterprise
17
17
PUBLISH_PROFILE : ${{ secrets.SAMPLES_SSOENTERPRISE_PUBLISH_PROFILE }}
Original file line number Diff line number Diff line change 10
10
11
11
env :
12
12
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
15
15
DOCKER_TAG : sha-${{ github.sha }}
16
16
DOCKERFILE_PATH : samples/07.advanced-web-chat-apps/c.sso-for-intranet
17
17
PUBLISH_PROFILE : ${{ secrets.SAMPLES_SSOINTRANET_PUBLISH_PROFILE }}
Original file line number Diff line number Diff line change 10
10
11
11
env :
12
12
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
15
15
DOCKER_TAG : sha-${{ github.sha }}
16
16
DOCKERFILE_PATH : samples/07.advanced-web-chat-apps/d.sso-for-teams
17
17
PUBLISH_PROFILE : ${{ secrets.SAMPLES_SSOTEAMS_PUBLISH_PROFILE }}
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ services:
5
5
context : .
6
6
dockerfile : Dockerfile-bot
7
7
env_file : ./bot/.env
8
- image : webchat .azurecr.io/webchat-sso-bot
8
+ # image: your-own-registry .azurecr.io/webchat-sso-bot
9
9
web :
10
10
build :
11
11
context : .
12
12
dockerfile : Dockerfile-web
13
13
env_file : ./rest-api/.env
14
- image : webchat .azurecr.io/webchat-sso-web
14
+ # image: your-own-registry .azurecr.io/webchat-sso-web
15
15
ports :
16
16
- " 3000:5000"
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ services:
5
5
context : .
6
6
dockerfile : Dockerfile-bot
7
7
env_file : ./bot/.env
8
- image : webchat .azurecr.io/webchat-sso-intranet-bot
8
+ # image: your-own-registry .azurecr.io/webchat-sso-intranet-bot
9
9
web :
10
10
build :
11
11
context : .
12
12
dockerfile : Dockerfile-web
13
13
env_file : ./web/.env
14
- image : webchat .azurecr.io/webchat-sso-intranet-web
14
+ # image: your-own-registry .azurecr.io/webchat-sso-intranet-web
15
15
ports :
16
16
- " 3000:5000"
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ services:
5
5
context : .
6
6
dockerfile : Dockerfile-bot
7
7
env_file : ./bot/.env
8
- image : webchat .azurecr.io/webchat-sso-teams-bot
8
+ # image: your-own-registry .azurecr.io/webchat-sso-teams-bot
9
9
web :
10
10
build :
11
11
context : .
12
12
dockerfile : Dockerfile-web
13
13
env_file : ./web/.env
14
- image : webchat .azurecr.io/webchat-sso-teams-web
14
+ # image: your-own-registry .azurecr.io/webchat-sso-teams-web
15
15
ports :
16
16
- " 3000:5000"
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ services:
5
5
context : .
6
6
dockerfile : Dockerfile-bot
7
7
env_file : ./bot/.env
8
- image : webchat .azurecr.io/webchat-sso-bot
8
+ # image: your-own-registry .azurecr.io/webchat-sso-bot
9
9
web :
10
10
build :
11
11
context : .
12
12
dockerfile : Dockerfile-web
13
13
env_file : ./rest-api/.env
14
- image : webchat .azurecr.io/webchat-sso-web
14
+ # image: your-own-registry .azurecr.io/webchat-sso-web
15
15
ports :
16
16
- " 3000:5000"
You can’t perform that action at this time.
0 commit comments