Skip to content

Commit

Permalink
fix(actions): add missing datahub-gms-protocol env var (datahub-proje…
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka authored and cccs-Dustin committed Feb 1, 2023
1 parent aaaecb8 commit e473107
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/datahub-actions/env/docker.env
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
DATAHUB_GMS_PROTOCOL=http
DATAHUB_GMS_HOST=datahub-gms
DATAHUB_GMS_PORT=8080

Expand All @@ -18,4 +19,4 @@ KAFKA_PROPERTIES_SECURITY_PROTOCOL=PLAINTEXT
# KAFKA_PROPERTIES_SSL_TRUSTSTORE_LOCATION=/mnt/certs/truststore
# KAFKA_PROPERTIES_SSL_KEYSTORE_PASSWORD=keystore_password
# KAFKA_PROPERTIES_SSL_KEY_PASSWORD=keystore_password
# KAFKA_PROPERTIES_SSL_TRUSTSTORE_PASSWORD=truststore_password
# KAFKA_PROPERTIES_SSL_TRUSTSTORE_PASSWORD=truststore_password
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
depends_on:
- datahub-gms
environment:
- DATAHUB_GMS_PROTOCOL=http
- DATAHUB_GMS_HOST=datahub-gms
- DATAHUB_GMS_PORT=8080
- KAFKA_BOOTSTRAP_SERVER=broker:29092
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
depends_on:
- datahub-gms
environment:
- DATAHUB_GMS_PROTOCOL=http
- DATAHUB_GMS_HOST=datahub-gms
- DATAHUB_GMS_PORT=8080
- KAFKA_BOOTSTRAP_SERVER=broker:29092
Expand Down
1 change: 1 addition & 0 deletions docker/quickstart/docker-compose.quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ services:
depends_on:
- datahub-gms
environment:
- DATAHUB_GMS_PROTOCOL=http
- DATAHUB_GMS_HOST=datahub-gms
- DATAHUB_GMS_PORT=8080
- KAFKA_BOOTSTRAP_SERVER=broker:29092
Expand Down

0 comments on commit e473107

Please sign in to comment.