File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ COMPOSE_FILE=docker/default.yml:docker/local.override.yml
1313#COMPOSE_FILE=docker/default.yml:docker/local.override.yml:docker/elasticsearch.yml
1414
1515# If you want to run a specific version, populate this
16- # REACT_APP_INTELOWL_VERSION="3.0.0 "
16+ # REACT_APP_INTELOWL_VERSION="3.0.1 "
Original file line number Diff line number Diff line change 1- REACT_APP_GREEDYBEAR_VERSION="3.0.0 "
1+ REACT_APP_GREEDYBEAR_VERSION="3.0.1 "
Original file line number Diff line number Diff line change @@ -6,14 +6,16 @@ services:
66 postgres :
77 image : library/postgres:18-alpine
88 container_name : greedybear_postgres
9+ restart : unless-stopped
910 volumes :
10- - postgres_data:/var/lib/postgresql/data/
11+ - postgres_data:/var/lib/postgresql
1112 env_file :
1213 - ./env_file_postgres
1314
1415 uwsgi :
1516 image : intelowlproject/greedybear:prod
1617 container_name : greedybear_uwsgi
18+ restart : unless-stopped
1719 volumes :
1820 - ../configuration/uwsgi/greedybear.ini:/etc/uwsgi/sites/greedybear.ini
1921 - generic_logs:/var/log/greedybear
@@ -46,6 +48,7 @@ services:
4648 rabbitmq :
4749 image : library/rabbitmq:4-alpine
4850 container_name : greedybear_rabbitmq
51+ restart : unless-stopped
4952 volumes :
5053 - ../configuration/rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf
5154 logging :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ celery==5.6.2
33# if you change this, update the documentation
44elasticsearch==9.2.1
55
6- Django==5.2.10
6+ Django==5.2.11
77djangorestframework==3.16.1
88django-rest-email-auth==5.0.0
99django-ses==4.6.0
@@ -19,5 +19,5 @@ uwsgi==2.0.31
1919joblib==1.5.3
2020pandas==3.0.0
2121scikit-learn==1.8.0
22- numpy==2.4.1
22+ numpy==2.4.2
2323datasketch==1.9.0
You can’t perform that action at this time.
0 commit comments