diff --git a/compose.yaml b/compose.yaml index 9aac6d8..7a28eac 100644 --- a/compose.yaml +++ b/compose.yaml @@ -253,7 +253,7 @@ services: - name: web target: 80 published: 8003 - host_ip: 127.0.0.1 + host_ip: 0.0.0.0 protocol: tcp restart: unless-stopped secrets: diff --git a/infrastructure/backend/scripts/celery-worker-entrypoint.sh b/infrastructure/backend/scripts/celery-worker-entrypoint.sh deleted file mode 100644 index 3afd460..0000000 --- a/infrastructure/backend/scripts/celery-worker-entrypoint.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -echo "Installing required libs..." -pip install -r checker_requirements.txt - -echo "Starting Celery worker..." -celery -A config worker -l INFO diff --git a/infrastructure/pgadmin/password b/infrastructure/pgadmin/password index f77b004..e665443 100644 --- a/infrastructure/pgadmin/password +++ b/infrastructure/pgadmin/password @@ -1 +1 @@ -admin \ No newline at end of file +J2NofXLJa57mpHVQVdNFaltSmg9gjI \ No newline at end of file diff --git a/services/backend/checker_requirements.txt b/services/backend/checker_requirements.txt deleted file mode 100644 index 7cc32d3..0000000 --- a/services/backend/checker_requirements.txt +++ /dev/null @@ -1,7 +0,0 @@ -pandas==2.2.3 -numpy==2.2.3 -matplotlib==3.10.1 -scipy==1.15.2 -scikit-learn==1.6.1 -seaborn==0.13.2 -statsmodels==0.14.4