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: README.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,11 @@ You can use the backend library to script and automate cloning design. Have a lo
43
43
You can use the image [manulera/opencloning](https://hub.docker.com/r/manulera/opencloning), and use `docker-compose.yaml` as a starting point. The important information to know is that:
44
44
45
45
* The image exposes port 8000.
46
-
* You can allow requests to the API from origins other than the frontend via CORS using ENV variables, see the [backend configuration](https://github.com/manulera/OpenCloning_backend#connecting-to-the-frontend). See the comments in the `docker-compose.yaml` file.
46
+
* You can configure several things via ENV variables, see the comments in the `docker-compose.yaml` file:
47
+
* Proxy for external requests
48
+
* Usage of HTTPS
49
+
* Root path at which the app is served
50
+
* Allowed origins for CORS
47
51
* This container serves both the frontend and the backend, but you can run them as separate containers (will need CORS configuration).
0 commit comments