mirror of
https://github.com/fsecada01/Pygentic-AI.git
synced 2025-07-08 20:24:04 +00:00
app reference fixes
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@ -43,4 +43,4 @@ jobs:
|
|||||||
build-args: |
|
build-args: |
|
||||||
GIT_BRANCH=${{ steps.extract_branch.outputs.branch }}
|
GIT_BRANCH=${{ steps.extract_branch.outputs.branch }}
|
||||||
push: true
|
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 }}
|
||||||
|
14
README.md
14
README.md
@ -90,7 +90,7 @@ This project automates Python environment setup and dependency management, ensur
|
|||||||
├── dev_requirements.txt
|
├── dev_requirements.txt
|
||||||
├── docker
|
├── docker
|
||||||
│ ├── celery
|
│ ├── celery
|
||||||
│ └── ranked_jobs_ms
|
│ └── pygentic_ai_ms
|
||||||
├── Dockerfile
|
├── Dockerfile
|
||||||
├── pyproject.toml
|
├── pyproject.toml
|
||||||
├── README.md
|
├── README.md
|
||||||
@ -451,12 +451,12 @@ This project automates Python environment setup and dependency management, ensur
|
|||||||
</table>
|
</table>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
</details>
|
</details>
|
||||||
<!-- ranked_jobs_ms Submodule -->
|
<!-- pygentic_ai_ms Submodule -->
|
||||||
<details>
|
<details>
|
||||||
<summary><b>ranked_jobs_ms</b></summary>
|
<summary><b>pygentic_ai_ms</b></summary>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<div class='directory-path' style='padding: 8px 0; color: #666;'>
|
<div class='directory-path' style='padding: 8px 0; color: #666;'>
|
||||||
<code><b>⦿ docker.ranked_jobs_ms</b></code>
|
<code><b>⦿ docker.pygentic_ai_ms</b></code>
|
||||||
<table style='width: 100%; border-collapse: collapse;'>
|
<table style='width: 100%; border-collapse: collapse;'>
|
||||||
<thead>
|
<thead>
|
||||||
<tr style='background-color: #f8f9fa;'>
|
<tr style='background-color: #f8f9fa;'>
|
||||||
@ -465,15 +465,15 @@ This project automates Python environment setup and dependency management, ensur
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tr style='border-bottom: 1px solid #eee;'>
|
<tr style='border-bottom: 1px solid #eee;'>
|
||||||
<td style='padding: 8px;'><b><a href='https://github.com/fsecada01/Pygentic-AI/blob/master/docker\ranked_jobs_ms\build.sh'>build.sh</a></b></td>
|
<td style='padding: 8px;'><b><a href='https://github.com/fsecada01/Pygentic-AI/blob/master/docker\pygentic_ai_ms\build.sh'>build.sh</a></b></td>
|
||||||
<td style='padding: 8px;'>- Install necessary dependencies for the ranked jobs microservice in the Docker container<br>- The script sets up essential tools like Python, PostgreSQL, and Git, ensuring a robust environment for the microservice to run smoothly.</td>
|
<td style='padding: 8px;'>- Install necessary dependencies for the ranked jobs microservice in the Docker container<br>- The script sets up essential tools like Python, PostgreSQL, and Git, ensuring a robust environment for the microservice to run smoothly.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style='border-bottom: 1px solid #eee;'>
|
<tr style='border-bottom: 1px solid #eee;'>
|
||||||
<td style='padding: 8px;'><b><a href='https://github.com/fsecada01/Pygentic-AI/blob/master/docker\ranked_jobs_ms\python_build.sh'>python_build.sh</a></b></td>
|
<td style='padding: 8px;'><b><a href='https://github.com/fsecada01/Pygentic-AI/blob/master/docker\pygentic_ai_ms\python_build.sh'>python_build.sh</a></b></td>
|
||||||
<td style='padding: 8px;'>- Automates Python environment setup and dependency management for the ranked jobs microservice in the Docker architecture<br>- Sets up virtual environment, compiles requirements, and syncs dependencies for smooth execution.</td>
|
<td style='padding: 8px;'>- Automates Python environment setup and dependency management for the ranked jobs microservice in the Docker architecture<br>- Sets up virtual environment, compiles requirements, and syncs dependencies for smooth execution.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style='border-bottom: 1px solid #eee;'>
|
<tr style='border-bottom: 1px solid #eee;'>
|
||||||
<td style='padding: 8px;'><b><a href='https://github.com/fsecada01/Pygentic-AI/blob/master/docker\ranked_jobs_ms\python_start.sh'>python_start.sh</a></b></td>
|
<td style='padding: 8px;'><b><a href='https://github.com/fsecada01/Pygentic-AI/blob/master/docker\pygentic_ai_ms\python_start.sh'>python_start.sh</a></b></td>
|
||||||
<td style='padding: 8px;'>- Launches the Python application using Gunicorn with specified configurations like the number of workers, timeout, and port<br>- The script activates the virtual environment and starts the server to handle incoming requests.</td>
|
<td style='padding: 8px;'>- Launches the Python application using Gunicorn with specified configurations like the number of workers, timeout, and port<br>- The script activates the virtual environment and starts the server to handle incoming requests.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -47,8 +47,8 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- traefik.enable=true
|
- traefik.enable=true
|
||||||
- traefik.docker.network=proxy
|
- traefik.docker.network=proxy
|
||||||
- traefik.http.routers.celery_ranked_jobs.entrypoints=websecure
|
- traefik.http.routers.celery_pygentic_ai.entrypoints=websecure
|
||||||
- traefik.http.routers.celery_ranked_jobs.rule=Host(`celery.pygenticai.francissecada.com`)
|
- traefik.http.routers.celery_pygentic_ai.rule=Host(`celery.pygenticai.francissecada.com`)
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Reference in New Issue
Block a user