mirror of
https://github.com/corca-ai/EVAL
synced 2024-10-30 09:20:44 +00:00
Fix the port 7000 is used on mac 13.1 (#36)
* fix: update port 7000 to fixed the port is used on mac 13.1 * fix: update docker-compose
This commit is contained in:
parent
13f0068e69
commit
fa22c08a46
@ -12,7 +12,7 @@ services:
|
|||||||
- ./playground/:/app/playground/
|
- ./playground/:/app/playground/
|
||||||
ports:
|
ports:
|
||||||
- "4500:4500"
|
- "4500:4500"
|
||||||
- "7000:7000"
|
- "6500:6500"
|
||||||
- "8000:8000" # eval port
|
- "8000:8000" # eval port
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
@ -33,7 +33,7 @@ services:
|
|||||||
- ./playground/:/app/playground/
|
- ./playground/:/app/playground/
|
||||||
ports:
|
ports:
|
||||||
- "4500:4500"
|
- "4500:4500"
|
||||||
- "7000:7000"
|
- "6500:6500"
|
||||||
- "8000:8000" # eval port
|
- "8000:8000" # eval port
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
1. Please develop and serve a simple web TODO app. The user can list all TODO items and add or delete each TODO item. I want it to have neumorphism-style. The ports you can use are 4500 and 7000.
|
1. Please develop and serve a simple web TODO app. The user can list all TODO items and add or delete each TODO item. I want it to have neumorphism-style. The ports you can use are 4500 and 6500.
|
||||||
|
|
||||||
2. Please develop and serve a simple community web service. People can signup, login, post, comment. Post and comment should be visible at once. I want it to have neumorphism-style. The ports you can use are 4500 and 7000.
|
2. Please develop and serve a simple community web service. People can signup, login, post, comment. Post and comment should be visible at once. I want it to have neumorphism-style. The ports you can use are 4500 and 6500.
|
||||||
|
|
||||||
3. Please make a web GUI for using HTTP API server. The name of it is EVAL. You can check the server code at ./main.py. The server is served on localhost:8000. Users should be able to write text input as 'query' and url array as 'files', and check the response. Users input form should be delivered in JSON format. I want it to have neumorphism-style. Serve it on port 4500.
|
3. Please make a web GUI for using HTTP API server. The name of it is EVAL. You can check the server code at ./main.py. The server is served on localhost:8000. Users should be able to write text input as 'query' and url array as 'files', and check the response. Users input form should be delivered in JSON format. I want it to have neumorphism-style. Serve it on port 4500.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user