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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ A FastAPI-based code interpreter service that provides code execution and file m
10
10
## Features
11
11
12
12
- Easy deployment with single docker compose file
13
-
-
13
+
- Code execution in Docker container sandbox
14
+
- File upload and download
14
15
- Multi-user support
15
16
- RESTful API with OpenAPI documentation
16
17
@@ -22,7 +23,7 @@ A FastAPI-based code interpreter service that provides code execution and file m
22
23
23
24
Run the project with docker compose using `docker compose -f compose.prod.yml up`
24
25
25
-
It's possible to overwrite the default environment variables defined in ./app/shared/config.py by creating a `.env` file in the root directory.
26
+
It's possible to overwrite the default environment variables defined in [./app/shared/config.py](./app/shared/config.py) by creating a `.env` file in the root directory.
26
27
By default the project will create two directories in the root directory: `./config` and `./uploads`.
27
28
28
29
`config` directory will hold the sqlite database and temp uploaded files.
0 commit comments