From 27c4d6c91b2fe998d2e2ce6723bd675fff6bc620 Mon Sep 17 00:00:00 2001 From: Francis Secada Date: Wed, 22 Jan 2025 17:08:53 -0500 Subject: [PATCH] app reference fixes --- .github/workflows/docker-image.yml | 2 +- README.md | 14 +++++++------- compose.yaml | 4 ++-- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index e41d067..057d4d7 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -43,4 +43,4 @@ jobs: build-args: | GIT_BRANCH=${{ steps.extract_branch.outputs.branch }} push: true - tags: s3docker.francissecada.com/ranked_jobs:${{ steps.extract_branch.outputs.branch }}.${{ steps.date.outputs.date }} + tags: s3docker.francissecada.com/pygentic_ai:${{ steps.extract_branch.outputs.branch }}.${{ steps.date.outputs.date }} diff --git a/README.md b/README.md index b8d17b5..006a20b 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ This project automates Python environment setup and dependency management, ensur ├── dev_requirements.txt ├── docker │ ├── celery - │ └── ranked_jobs_ms + │ └── pygentic_ai_ms ├── Dockerfile ├── pyproject.toml ├── README.md @@ -451,12 +451,12 @@ This project automates Python environment setup and dependency management, ensur - +
- ranked_jobs_ms + pygentic_ai_ms
- ⦿ docker.ranked_jobs_ms + ⦿ docker.pygentic_ai_ms @@ -465,15 +465,15 @@ This project automates Python environment setup and dependency management, ensur - + - + - +
build.shbuild.sh - Install necessary dependencies for the ranked jobs microservice in the Docker container
- The script sets up essential tools like Python, PostgreSQL, and Git, ensuring a robust environment for the microservice to run smoothly.
python_build.shpython_build.sh - Automates Python environment setup and dependency management for the ranked jobs microservice in the Docker architecture
- Sets up virtual environment, compiles requirements, and syncs dependencies for smooth execution.
python_start.shpython_start.sh - Launches the Python application using Gunicorn with specified configurations like the number of workers, timeout, and port
- The script activates the virtual environment and starts the server to handle incoming requests.
diff --git a/compose.yaml b/compose.yaml index 71caa0d..496fce7 100644 --- a/compose.yaml +++ b/compose.yaml @@ -47,8 +47,8 @@ services: labels: - traefik.enable=true - traefik.docker.network=proxy - - traefik.http.routers.celery_ranked_jobs.entrypoints=websecure - - traefik.http.routers.celery_ranked_jobs.rule=Host(`celery.pygenticai.francissecada.com`) + - traefik.http.routers.celery_pygentic_ai.entrypoints=websecure + - traefik.http.routers.celery_pygentic_ai.rule=Host(`celery.pygenticai.francissecada.com`) networks: - proxy depends_on: