You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/src/pages/en/self-hosting/self-host.md
+29-85Lines changed: 29 additions & 85 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,100 +84,44 @@ docker compose up
84
84
85
85
If you want to upload media (images, videos etc.) to your school, you need to configure [MediaLit](https://hub.docker.com/r/codelit/medialit). MediaLit powers CourseLit's media management and optimisation. MediaLit offers a Docker image which you can self host.
86
86
87
-
To self host, paste the following code in your `docker-compose.yml` file, under the existing content.
Keep the generated API key safe. We will use it in the following step.
154
-
155
-
> For the most up-to-date instructions, refer to the official [Readme](https://github.com/codelitdev/medialit?tab=readme-ov-file#creating-a-local-user) of MediaLit.
89
+
1. Uncomment the block under the `app` service in `docker-compose.yml` which says the following.
0 commit comments