Skip to content

Commit a854d42

Browse files
Set BACKEND_URL to ip before we hook up domain (#5)
1 parent 60852ab commit a854d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
container_name: course-hub-frontend
4545
restart: on-failure
4646
environment:
47-
BACKEND_URL: https://coursehub.hyf.dev/api
47+
BACKEND_URL: http://159.223.215.103/api
4848
ports:
4949
- "3000:3000"
5050
course-hub-backend:

0 commit comments

Comments
 (0)