Skip to content

Commit c1f2277

Browse files
committed
Bug fix for docker compose
1 parent 2fabe57 commit c1f2277

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

docker-compose.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ services:
2020
ports:
2121
- "3000:3000"
2222
environment:
23-
- NEXT_PUBLIC_API_URL=http://backend:5000/api
24-
depends_on:
25-
- backend
26-
networks:
27-
- glow-network
23+
- NEXT_PUBLIC_API_URL=https://glow-backend-v4-0-0.onrender.com/api
2824

2925
mongo:
3026
image: mongo:5.0

0 commit comments

Comments
 (0)