-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: aligning .env and docker-compose.yml (#2070)
- Loading branch information
1 parent
7513503
commit 8aceaa8
Showing
2 changed files
with
12 additions
and
4 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 |
---|---|---|
@@ -1,2 +1,11 @@ | ||
USER_SERVICE_HOST=host.docker.internal | ||
# this is the port where the kalix runtime container will be exposed | ||
# when running multiple services on your local machine, make sure that this port is unique | ||
ADVERTISED_HTTP_PORT=9000 | ||
|
||
# this is the port where the user services (your application) will open | ||
# when running multiple services on your local machine, make sure that this port is unique | ||
USER_SERVICE_PORT=8080 | ||
|
||
# this variable defines the host where the kalix runtime (running in docker) | ||
# will reach the user service in local development | ||
USER_SERVICE_HOST=host.docker.internal |
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