diff --git a/.env_template b/.env_template index fb2e84a4..51392d90 100644 --- a/.env_template +++ b/.env_template @@ -13,4 +13,4 @@ COMPOSE_FILE=docker/default.yml:docker/local.override.yml #COMPOSE_FILE=docker/default.yml:docker/local.override.yml:docker/elasticsearch.yml # If you want to run a specific version, populate this -# REACT_APP_INTELOWL_VERSION="3.0.0" +# REACT_APP_INTELOWL_VERSION="3.0.1" diff --git a/docker/.version b/docker/.version index 37ece384..eac435e2 100644 --- a/docker/.version +++ b/docker/.version @@ -1 +1 @@ -REACT_APP_GREEDYBEAR_VERSION="3.0.0" \ No newline at end of file +REACT_APP_GREEDYBEAR_VERSION="3.0.1" \ No newline at end of file diff --git a/docker/default.yml b/docker/default.yml index f38b1d31..11f29dbc 100644 --- a/docker/default.yml +++ b/docker/default.yml @@ -6,14 +6,16 @@ services: postgres: image: library/postgres:18-alpine container_name: greedybear_postgres + restart: unless-stopped volumes: - - postgres_data:/var/lib/postgresql/data/ + - postgres_data:/var/lib/postgresql env_file: - ./env_file_postgres uwsgi: image: intelowlproject/greedybear:prod container_name: greedybear_uwsgi + restart: unless-stopped volumes: - ../configuration/uwsgi/greedybear.ini:/etc/uwsgi/sites/greedybear.ini - generic_logs:/var/log/greedybear @@ -46,6 +48,7 @@ services: rabbitmq: image: library/rabbitmq:4-alpine container_name: greedybear_rabbitmq + restart: unless-stopped volumes: - ../configuration/rabbitmq.conf:/etc/rabbitmq/rabbitmq.conf logging: diff --git a/requirements/project-requirements.txt b/requirements/project-requirements.txt index b1f1a23e..c1fb7466 100644 --- a/requirements/project-requirements.txt +++ b/requirements/project-requirements.txt @@ -3,7 +3,7 @@ celery==5.6.2 # if you change this, update the documentation elasticsearch==9.2.1 -Django==5.2.10 +Django==5.2.11 djangorestframework==3.16.1 django-rest-email-auth==5.0.0 django-ses==4.6.0 @@ -19,5 +19,5 @@ uwsgi==2.0.31 joblib==1.5.3 pandas==3.0.0 scikit-learn==1.8.0 -numpy==2.4.1 +numpy==2.4.2 datasketch==1.9.0