Skip to content

Commit

Permalink
Merge pull request #14 from keep-starknet-strange/stack/starken-and-f…
Browse files Browse the repository at this point in the history
…ixes

stack: fix connection from frontend to backend on starken
  • Loading branch information
AbdelStark authored Jul 17, 2023
2 parents e8a2120 + 29e865a commit 06352eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starknet-stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
- starken-api
environment:
- NEXT_PUBLIC_FRONTEND_URL=http://localhost:3000
- NEXT_PUBLIC_STARKEN_API_URL=http://starken-api:5055
- NEXT_PUBLIC_STARKEN_API_URL=http://localhost:5055

# blocked while no arm64
# apibara:
Expand Down

0 comments on commit 06352eb

Please sign in to comment.