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
pull/38/head
zkhCreator 1 year ago committed by GitHub
parent 13f0068e69
commit fa22c08a46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ services:
- ./playground/:/app/playground/
ports:
- "4500:4500"
- "7000:7000"
- "6500:6500"
- "8000:8000" # eval port
env_file:
- .env
@ -33,7 +33,7 @@ services:
- ./playground/:/app/playground/
ports:
- "4500:4500"
- "7000:7000"
- "6500:6500"
- "8000:8000" # eval port
env_file:
- .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.

Loading…
Cancel
Save