dmitry-viskov / pylti1.3-flask-example

PyLTI1p3 Flask usage example
MIT License
19 stars 29 forks source link

Update to docker-compose.yml, added helloworld endpoint #2

Closed shurrey closed 4 years ago

shurrey commented 4 years ago

Testing with Docker deploy and Blackboard Learn. The docker-compose.yml forwards host port 9001 to container port 9001, but in app.py, we tell Flask to start on 9017.

Also, to test locally that docker is running, I added a simple /helloworld/ endpoint to verify that its running.

shurrey commented 4 years ago

Fixes #3

shurrey commented 4 years ago

Nevermind. Either you already fixed this or I messed it up in my fork somehow.