Working version.

This commit is contained in:
2024-12-29 21:05:43 +01:00
parent 3069fc0168
commit b9c9fbb11d
4 changed files with 214 additions and 248 deletions
+4 -1
View File
@@ -24,6 +24,9 @@ build:
$(PYTHON) -m build
run:
$(BIN)$(APP_NAME) --host="0.0.0.0" --port=3046 --upstream-host="127.0.0.1" --upstream-port=9999
$(BIN)$(APP_NAME) --host="0.0.0.0" --port=3046 --upstream-host="localhost" --upstream-port=8082
run2:
$(BIN)$(APP_NAME) --host="0.0.0.0" --port=3046 --upstream-host="localhost" --upstream-port=9999