Commit Graph

6 Commits

Author SHA1 Message Date
Ben Busby
2417fe72b4 Resolving Dockerfile/docker-compose conflicts 2020-07-28 15:47:44 -06:00
Mohammed A.Q
e0ae48a41e
Added Config Volume Mount 2020-05-19 04:19:53 +00:00
Mohammed A.Q
924cf01b86
Update docker-compose.yml
- Added User And Password Variables
- Changed Port Variable to better name
2020-05-19 03:49:02 +00:00
Jake Howard
f700ed88e7
Swap out Flask's default web server for Waitress (#32)
* Ignore venv when building docker file

* Remove reference to 8888 port

It wasn't really used anywhere, and setting it to 5000 everywhere removes ambiguity, and makes things easier to track and reason about

* Use waitress rather than Flask's built in web server

It's not production grade

* Actually add waitress to requirements

Woops!
2020-05-12 17:14:55 -06:00
mohammedalqadi
486f148e19
Update docker-compose file
Adding build option for dockerfile
2020-05-11 05:56:33 +03:00
Ben Busby
122a67d6ab Added docker-compose.yml 2020-05-10 13:59:37 -06:00