Skip to content

Commit a935808

Browse files
authored
Merge pull request GreedyBear-Project#772 from intelowlproject/develop
3.0.1
2 parents b9f670d + 5a75d18 commit a935808

4 files changed

Lines changed: 8 additions & 5 deletions

File tree

.env_template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

docker/.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
REACT_APP_GREEDYBEAR_VERSION="3.0.0"
1+
REACT_APP_GREEDYBEAR_VERSION="3.0.1"

docker/default.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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:

requirements/project-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ celery==5.6.2
33
# if you change this, update the documentation
44
elasticsearch==9.2.1
55

6-
Django==5.2.10
6+
Django==5.2.11
77
djangorestframework==3.16.1
88
django-rest-email-auth==5.0.0
99
django-ses==4.6.0
@@ -19,5 +19,5 @@ uwsgi==2.0.31
1919
joblib==1.5.3
2020
pandas==3.0.0
2121
scikit-learn==1.8.0
22-
numpy==2.4.1
22+
numpy==2.4.2
2323
datasketch==1.9.0

0 commit comments

Comments
 (0)