Skip to content

Commit

Permalink
Merge pull request #107 from atlanticwave-sdx/fix/issue_105
Browse files Browse the repository at this point in the history
fix issues with requirements and entry point for sdx-controller
  • Loading branch information
italovalcy authored Apr 17, 2024
2 parents 41c1647 + 756b51e commit 4f78325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data-plane/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ services:
SLEEP_TIME: ${SLEEP_TIME}
DB_NAME: ${SDX_LC_DB_NAME}
DB_CONFIG_TABLE_NAME: 'sdx-controller'
entrypoint: ["python3", "-m", "swagger_server"]
entrypoint: ["python3", "-m", "uvicorn", "sdx_controller.app:asgi_app", "--host", "0.0.0.0", "--port", "8080"]

networks:
kytos_network:
Expand Down
2 changes: 1 addition & 1 deletion data-plane/os_base/controller_base/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ urllib3==1.26.16
uvicorn==0.27.1
werkzeug==2.2.3
zipp==3.16.2; python_version >= '3.8'
sdx-pce @ git+https://github.com/atlanticwave-sdx/[email protected].3
sdx-pce @ git+https://github.com/atlanticwave-sdx/[email protected].6.dev3

0 comments on commit 4f78325

Please sign in to comment.