Add local deployment script#12
Open
mateo762 wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request includes significant updates to the AutoPodcaster project, focusing on improving the setup process, updating dependencies, and enhancing the deployment scripts. The most important changes include updates to the
README.mdfile, modifications to thedocker-compose.ymlfile, and updates to various Dockerfiles and deployment scripts.Documentation Updates:
README.md: Updated the setup instructions to include new dependencies, environment variable setup, and deployment steps. Added sections for cloning the repository, setting up environment variables, and running the application locally.Deployment and Configuration:
azure.yaml: Added a new configuration file for Azure deployment, specifying workflows, infrastructure, and services.infra/deploy.sh: Modified the deployment script to include unique resource names using a hash, updated SAS token expiry, and added commands to build Docker images. [1] [2] [3]infra/main.bicepandinfra/main.parameters.json: Added Bicep templates for resource provisioning, including parameters for environment name and location. [1] [2]Docker and Services:
docker-compose.yml: Updated the Docker Compose configuration to version 3.8, added services for UI, indexer, subject space, output, and various indexer agents. Configured dependencies and environment variables for each service.indexer,note_indexer,output,pdf_indexer,podcast_generator,subject_space) to use Python base images, install dependencies, and set up the working directory and commands. [1] [2] [3] [4] [5] [6]Dependency Updates:
requirements.txtfiles: Updated dependencies for multiple services, includingazure-search-documents,azure-identity, and the latest versions ofopenai. [1] [2] [3] [4]These changes collectively enhance the setup, deployment, and execution of the AutoPodcaster project, making it easier to configure and run locally or on Azure.