Skip to content

Commit 348b1e8

Browse files
committed
Allow compose to run image
1 parent 52f47ce commit 348b1e8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ services:
22
presentation:
33
image: ${DOCKER_REGISTRY-}presentation
44
container_name: presentation
5+
environment:
6+
OpenIDConnectSettings__Authority: https://localhost:7041
7+
OpenIDConnectSettings__ClientId: SA_TEST_CLIENT
58
build:
69
context: .
710
dockerfile: src/SchoolAccount.Web.Mvc/Dockerfile

0 commit comments

Comments
 (0)