Skip to content

Commit 08b0027

Browse files
fix: update frontend API URL for local development
1 parent 2ca0893 commit 08b0027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
- ./frontend:/app
2626
- /app/node_modules
2727
environment:
28-
- NEXT_PUBLIC_API_URL=http://backend:3001/api
28+
- NEXT_PUBLIC_API_URL=http://localhost:3001/api
2929
depends_on:
3030
- backend
3131
command: npm run dev

0 commit comments

Comments
 (0)