Skip to content

Commit

Permalink
all stack redeploy
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafakucuk-dev committed Dec 25, 2023
1 parent 9addf3f commit e95c4c6
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Empty file.
1 change: 0 additions & 1 deletion app/backend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,3 @@ docker run --detach -p 8080:8080 -e SPRING_DATASOURCE_URL="jdbc:postgresql://<yo
```

This command runs the backend image that you previously built and allows it to accept requests on port 8080. Fill in the database details with the information you used when running the database container. Once the backend container is running, you can access your backend application via port 8080 on localhost.

2 changes: 0 additions & 2 deletions app/frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,3 @@ The command "docker run -p 3000:3000 -d game-lounge" starts a Docker container f
Please note that one needs to setup a simple .env file before running it as the the backend url is defined by it. It's enough to define REACT_APP_API_URL (either localhost:8080 or some remote url).




0 comments on commit e95c4c6

Please sign in to comment.