-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #53 from refactor-group/pass_env_from_backend_for_…
…container_build
- Loading branch information
Showing
2 changed files
with
36 additions
and
12 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,7 +1,12 @@ | ||
NEXT_PUBLIC_BACKEND_SERVICE_PROTOCOL="http" | ||
NEXT_PUBLIC_BACKEND_SERVICE_PORT=4000 | ||
NEXT_PUBLIC_BACKEND_SERVICE_HOST="localhost" | ||
NEXT_PUBLIC_BACKEND_API_VERSION="0.0.1" | ||
# Use this file to set these environment variables when developing/running | ||
# the application locally outside of a Docker container environment. This | ||
# will have no effect on the values passed into the containers as those are | ||
# all set in the backend's .env file. | ||
|
||
FRONTEND_SERVICE_PORT=3000 | ||
FRONTEND_SERVICE_INTERFACE=0.0.0.0 | ||
# NEXT_PUBLIC_BACKEND_SERVICE_PROTOCOL="http" | ||
# NEXT_PUBLIC_BACKEND_SERVICE_PORT=4000 | ||
# NEXT_PUBLIC_BACKEND_SERVICE_HOST="localhost" | ||
# NEXT_PUBLIC_BACKEND_API_VERSION="0.0.1" | ||
|
||
# FRONTEND_SERVICE_INTERFACE=0.0.0.0 | ||
# FRONTEND_SERVICE_PORT=3000 |
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