-
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.
- Loading branch information
1 parent
85d5e77
commit 0338679
Showing
2 changed files
with
19 additions
and
14 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# E2E environment override | ||
services: | ||
e2e: | ||
build: | ||
context: . | ||
dockerfile: ./docker/front/Dockerfile.e2e | ||
environment: | ||
- SERVER_BASE_URL=https://${E2E_SERVER_NAME:-gally.e2e} | ||
- API_SERVER_BASE_URL=https://${E2E_SERVER_NAME:-gally.e2e}/${API_ROUTE_PREFIX:-api} | ||
depends_on: | ||
- proxy | ||
extra_hosts: | ||
- ${E2E_SERVER_NAME:-gally.e2e}:host-gateway |
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