Flask -> FastAPI

This commit is contained in:
DomySh
2022-06-28 13:26:06 +02:00
parent d781801bac
commit 3f2e8bb2f8
9 changed files with 307 additions and 435 deletions

View File

@@ -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