Skip to content

Commit 260d60f

Browse files
authored
Adding missing BACKEND_API_URL env
Sometimes the frontend and backend were not communicating because the frontend expects `BACKEND_API_URL` to be set but it is not currently set in the env.
1 parent 6775a74 commit 260d60f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tech-Lab-On-Campus/NewsFeed/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ services:
1919
environment:
2020
- REDIS_HOST=redis
2121
- REDIS_PORT=6379
22+
- BACKEND_API_URL=http://0.0.0.0:8000
2223
volumes:
2324
- .:/workspace
2425
command: /bin/bash

0 commit comments

Comments
 (0)