Skip to content

Commit 7892c9d

Browse files
Change public URL for backend (#2)
1 parent 768906b commit 7892c9d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

deployment/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ services:
3535
image: ghcr.io/hackyourfuture/course-hub-frontend:latest
3636
container_name: course-hub-frontend
3737
environment:
38-
BACKEND_URL: http://localhost/api
38+
BACKEND_URL: https://coursehub.hyf.dev/api
3939
ports:
4040
- "3000:3000"
4141
course-hub-backend:

docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ services:
2020
BACKEND_URL: http://localhost:8080
2121
ports:
2222
- "3000:3000"
23-

0 commit comments

Comments
 (0)