-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Adding localhost environment variable in run.sh script for local…
… development (#728) Signed-off-by: Francisco Javier Ribó <[email protected]>
- Loading branch information
1 parent
3d4aacd
commit 1a904a6
Showing
5 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,6 +69,7 @@ jobs: | |
DEFAULT_WALLET_ENABLED: "false" | ||
API_KEY_AUTO_PROVISIONING: "false" | ||
API_KEY_ENABLED: "true" | ||
DOCKERHOST: "host.docker.internal" | ||
uses: isbang/[email protected] | ||
with: | ||
compose-file: "./infrastructure/shared/docker-compose-demo.yml" | ||
|
@@ -85,6 +86,7 @@ jobs: | |
DEFAULT_WALLET_AUTH_API_KEY: default | ||
API_KEY_AUTO_PROVISIONING: false | ||
API_KEY_ENABLED: true | ||
DOCKERHOST: "host.docker.internal" | ||
uses: isbang/[email protected] | ||
with: | ||
compose-file: "./infrastructure/shared/docker-compose-demo.yml" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters