-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Moved golang files up a directory Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * Remove run_tornjak script Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * Adjusted Gofiles to reflect new structure Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * Moved docker-compose file to examples folder Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * Reverting accidentally added changes Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * Moved Keycloak example Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * moved backend script Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * renamed tornjak frontend folder Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * adjusted lcoation of frontend Dockerfiles Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * re-add Dockerfile for frontend Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * add accidentally ignored packages Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> * fixed rebase error Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com> --------- Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
- Loading branch information
Showing
126 changed files
with
15,858 additions
and
177 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
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
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,15 @@ | ||
version: "3.8" | ||
services: | ||
tornjak-frontend: | ||
build: | ||
context: ../../ | ||
dockerfile: Dockerfile.frontend-container | ||
container_name: tornjak-frontend | ||
restart: always | ||
ports: | ||
- "3000:8080" | ||
environment: | ||
- "PORT_FE=8080" | ||
- "REACT_APP_API_SERVER_URI=http://localhost:10000" | ||
# - "REACT_APP_AUTH_SERVER_URI=http://localhost:8080" | ||
- REACT_APP_SPIRE_HEALTH_CHECK_ENABLE=false |
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
Dockerfile.frontend-container → frontend/Dockerfile.frontend-container
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
2 changes: 1 addition & 1 deletion
2
Dockerfile.frontend-container.ubi → frontend/Dockerfile.frontend-container.ubi
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.