feat: dockerised the app
feat: added docker-compose setup, inc run-compose and .env to handle vars for locally running refactor: changed rmq to fail when it can't connect, allowing stuff to wait until the MQ is available refactor: moved from assuming pipenv to just pip refactor: mounted volumes, so changed interactions with clients.json to match
Showing
.env
0 → 100644
Pipfile
deleted
100644 → 0
Pipfile.lock
deleted
100644 → 0
This diff is collapsed.
docker/Dockerfile
0 → 100644
docker/docker-compose.yaml
0 → 100644
requirements.txt
0 → 100644
-i https://pypi.org/simple | |||
amqp==5.1.1 ; python_version >= '3.6' | |||
aniso8601==9.0.1 | |||
bson==0.5.10 | |||
cffi==1.15.1 | |||
click==8.1.3 ; python_version >= '3.7' | |||
cryptography==38.0.3 | |||
flask==2.2.2 | |||
flask-cors==3.0.10 | |||
flask-restful==0.3.9 | |||
future==0.18.2 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' | |||
httplib2==0.21.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | |||
importlib-metadata==5.1.0 ; python_version < '3.10' | |||
itsdangerous==2.1.2 ; python_version >= '3.7' | |||
jinja2==3.1.2 ; python_version >= '3.7' | |||
kombu==5.2.4 ; python_version >= '3.7' | |||
markupsafe==2.1.1 ; python_version >= '3.7' | |||
marshmallow==3.19.0 | |||
packaging==21.3 ; python_version >= '3.6' | |||
pika==1.3.1 | |||
pubsubpy==2.3.0 | |||
pycparser==2.21 | |||
pyparsing==3.0.9 ; python_full_version >= '3.6.8' | |||
pyrabbit==1.1.0 | |||
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | |||
pytz==2022.6 | |||
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' | |||
vine==5.0.0 ; python_version >= '3.6' | |||
werkzeug==2.2.2 ; python_version >= '3.7' | |||
zipp==3.10.0 ; python_version >= '3.7' |
run-compose.sh
0 → 100755
Please register or sign in to comment