Flask -> FastAPI
This commit is contained in:
4
start.py
4
start.py
@@ -50,7 +50,7 @@ services:
|
||||
- GCC_PARAMS={gcc_params}
|
||||
network_mode: "host"
|
||||
environment:
|
||||
- NGINX_PORT={args.port}
|
||||
- PORT={args.port}
|
||||
volumes:
|
||||
- /execute/db
|
||||
""")
|
||||
@@ -72,7 +72,7 @@ services:
|
||||
ports:
|
||||
- {args.port}:{args.port}
|
||||
environment:
|
||||
- NGINX_PORT={args.port}
|
||||
- PORT={args.port}
|
||||
- LOCALHOST_IP=host.docker.internal
|
||||
volumes:
|
||||
- /execute/db
|
||||
|
||||
Reference in New Issue
Block a user