Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
fix(deploy): set proxy-pass for nginx-config required by deploy conta…
Browse files Browse the repository at this point in the history
…iner (#2363)

Closes #2360
  • Loading branch information
debloper authored and nimishamukherjee committed Dec 18, 2017
1 parent 2fa2534 commit 648c022
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.f8ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ services:
container_name: fabric8-planner-platform
image: fabric8-planner-platform
# command: npm run test:unit
environment:
# $PROXY_PASS_URL is required by the nginx-config file
# It's set by pipeline-library in CI & is emulated here
# More info: github.com/fabric8-ui/fabric8-planner/issues/2360
PROXY_PASS_URL: "https://api.free-int.openshift.com:443"
depends_on:
- core
networks:
Expand Down

0 comments on commit 648c022

Please sign in to comment.