We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 768906b commit 7892c9dCopy full SHA for 7892c9d
deployment/docker-compose.yaml
@@ -35,7 +35,7 @@ services:
35
image: ghcr.io/hackyourfuture/course-hub-frontend:latest
36
container_name: course-hub-frontend
37
environment:
38
- BACKEND_URL: http://localhost/api
+ BACKEND_URL: https://coursehub.hyf.dev/api
39
ports:
40
- "3000:3000"
41
course-hub-backend:
docker-compose.yaml
@@ -20,4 +20,3 @@ services:
20
BACKEND_URL: http://localhost:8080
21
22
23
-
0 commit comments