Skip to content

Commit 3624c37

Browse files
Merge pull request #62 from feitelogram/main
add missing `BACKEND_API_URL` env var
2 parents 6775a74 + 37dee1d commit 3624c37

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)