Skip to content

Commit

Permalink
generic_bird: allow config var GENERIC_BIRD_INTERNAL_PORT in template…
Browse files Browse the repository at this point in the history
… expansion

To fix this error in the proxy:

requests.exceptions.InvalidURL: Failed to parse:
http://generic_bird:${GENERIC_BIRD_INTERNAL_PORT}/wps
?service=WPS&version=1.0.0&request=GetCapabilities
  • Loading branch information
tlvu committed Aug 3, 2023
1 parent e816d9f commit a43f7d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions birdhouse/optional-components/generic_bird/default.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export GENERIC_BIRD_POSTGRES_IMAGE="postgres:10.12"
OPTIONAL_VARS="
$OPTIONAL_VARS
\$GENERIC_BIRD_NAME
\$GENERIC_BIRD_INTERNAL_PORT
"

# add any component that this component requires to run
Expand Down

0 comments on commit a43f7d6

Please sign in to comment.