Skip to content

Commit

Permalink
Replace remote enabled with mode in IHF
Browse files Browse the repository at this point in the history
  • Loading branch information
Natasha Ho committed Mar 17, 2020
1 parent b07dcdd commit 07ce568
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions static/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ services:
image: ${ecr}/identity-user-service
tag: master
identity-home-frontend:
dependencies:
- mokta
- identity-user-service
# Note the `../`, since the Dockerfile executes from $HOME/app/dist
entrypoint: ['bash', '../docker-entrypoint.sh']
envFile: ${@REPOPATH}/.env.example
Expand All @@ -165,6 +162,7 @@ services:
OKTA_APPLICATION_URL_BASE: http://${@mokta}:8080
OKTA_ISSUER_URL: http://${@mokta}:8080
TOUCHBISTRO_PROFILE_SERVICE_URL_BASE: http://${@identity-user-service}:8080/internal
mode: remote
ports:
- '9090:9090'
repo: TouchBistro/identity-home-frontend
Expand Down

0 comments on commit 07ce568

Please sign in to comment.