Skip to content

Commit

Permalink
Merge pull request #1623 from NASA-AMMOS/refactor/explicitly-add-gate…
Browse files Browse the repository at this point in the history
…way-envvar

Adds "HASURA_API_URL" to docker-compose
  • Loading branch information
Mythicaeda authored Jan 2, 2025
2 parents 8299e6d + 324f708 commit bd52e5e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployment/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
environment:
AUTH_TYPE: none
GQL_API_URL: http://localhost:8080/v1/graphql
HASURA_API_URL: http://hasura:8080/
HASURA_GRAPHQL_JWT_SECRET: "${HASURA_GRAPHQL_JWT_SECRET}"
LOG_FILE: console
LOG_LEVEL: warn
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
AUTH_TYPE: none
AUTH_URL: https://atb-ocio-12b.jpl.nasa.gov:8443/cam-api
GQL_API_URL: http://localhost:8080/v1/graphql
HASURA_API_URL: http://hasura:8080/
HASURA_GRAPHQL_JWT_SECRET: "${HASURA_GRAPHQL_JWT_SECRET}"
LOG_FILE: console
LOG_LEVEL: debug
Expand Down
1 change: 1 addition & 0 deletions e2e-tests/docker-compose-many-workers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ services:
environment:
AUTH_TYPE: none
AUTH_URL: https://atb-ocio-12b.jpl.nasa.gov:8443/cam-api
HASURA_API_URL: http://hasura:8080/
GQL_API_URL: http://localhost:8080/v1/graphql
HASURA_GRAPHQL_JWT_SECRET: "${HASURA_GRAPHQL_JWT_SECRET}"
LOG_FILE: console
Expand Down
1 change: 1 addition & 0 deletions e2e-tests/docker-compose-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
environment:
AUTH_TYPE: none
GQL_API_URL: http://localhost:8080/v1/graphql
HASURA_API_URL: http://hasura:8080/
HASURA_GRAPHQL_JWT_SECRET: "${HASURA_GRAPHQL_JWT_SECRET}"
LOG_FILE: console
LOG_LEVEL: debug
Expand Down

0 comments on commit bd52e5e

Please sign in to comment.