Skip to content

Commit

Permalink
Fix /navigate route in Zitadel mode (#195)
Browse files Browse the repository at this point in the history
* Fix /navigate route in Zitadel mode

* update docker-compose.yml docker-compose-dev.yml

---------

Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
imsitnikov and web-flow authored Sep 3, 2024
1 parent d2fb6d2 commit 3dee699
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,6 @@ services:
US_ENDPOINT: "http://us:8083"
BI_API_ENDPOINT: "http://control-api:8080"
BI_DATA_ENDPOINT: "http://data-api:8080"
US_MASTER_TOKEN: "fake-us-master-token"
NODE_EXTRA_CA_CERTS: "/usr/local/share/ca-certificates/cert.pem"
HC: ${HC:-0}
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,6 @@ services:
US_ENDPOINT: "http://us:8083"
BI_API_ENDPOINT: "http://control-api:8080"
BI_DATA_ENDPOINT: "http://data-api:8080"
US_MASTER_TOKEN: "fake-us-master-token"
NODE_EXTRA_CA_CERTS: "/usr/local/share/ca-certificates/cert.pem"
HC: ${HC:-0}
1 change: 1 addition & 0 deletions docker-compose.zitadel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ services:
US_ENDPOINT: "http://us:8083"
BI_API_ENDPOINT: "http://control-api:8080"
BI_DATA_ENDPOINT: "http://data-api:8080"
US_MASTER_TOKEN: "${US_MASTER_TOKEN}"
NODE_EXTRA_CA_CERTS: "/usr/local/share/ca-certificates/cert.pem"
HC: ${HC:-0}

Expand Down
1 change: 1 addition & 0 deletions templates/docker-compose.j2
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,6 @@ services:
US_ENDPOINT: "http://us:8083"
BI_API_ENDPOINT: "http://control-api:8080"
BI_DATA_ENDPOINT: "http://data-api:8080"
US_MASTER_TOKEN: "fake-us-master-token"
NODE_EXTRA_CA_CERTS: "/usr/local/share/ca-certificates/cert.pem"
HC: ${HC:-0}
1 change: 1 addition & 0 deletions templates/docker-compose.zitadel.j2
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ services:
US_ENDPOINT: "http://us:8083"
BI_API_ENDPOINT: "http://control-api:8080"
BI_DATA_ENDPOINT: "http://data-api:8080"
US_MASTER_TOKEN: "${US_MASTER_TOKEN}"
NODE_EXTRA_CA_CERTS: "/usr/local/share/ca-certificates/cert.pem"
HC: ${HC:-0}

Expand Down

0 comments on commit 3dee699

Please sign in to comment.