-
Notifications
You must be signed in to change notification settings - Fork 357
Comparing changes
Open a pull request
base repository: TaskingAI/TaskingAI
base: master
head repository: zucklink/TaskingAI
compare: master
- 14 commits
- 7 files changed
- 1 contributor
Commits on May 7, 2025
-
feat: update Docker setup to use local builds
Modified the Dockerfile to install NLTK and download required data directly, improving setup efficiency. Updated docker-compose.yml to build images locally for frontend, backend-inference, backend-plugin, backend-api, and backend-web services, ensuring consistency across environments and facilitating development.
Configuration menu - View commit details
-
Copy full SHA for 94c6c48 - Browse repository at this point
Copy the full SHA 94c6c48View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2ce179 - Browse repository at this point
Copy the full SHA a2ce179View commit details -
chore: update project files without content changes No changes were d…
…etected in the project files. This commit serves as a placeholder or to trigger automated processes that may depend on a commit event. There is no impact on the functionality of the project.
Configuration menu - View commit details
-
Copy full SHA for 0f67995 - Browse repository at this point
Copy the full SHA 0f67995View commit details -
chore: update docker-compose commands in run-stack.sh to new syntax U…
…pdated the `run-stack.sh` script to use the `docker compose` command instead of `docker-compose`. This change aligns with the latest Docker CLI syntax, ensuring compatibility with newer Docker versions and improving maintainability. No functional impact on the operation of the script.
Configuration menu - View commit details
-
Copy full SHA for e5e539b - Browse repository at this point
Copy the full SHA e5e539bView commit details -
feat: increase memory limit for frontend build and update container s…
…etup Increase the memory limit for the Node.js build process in the Dockerfile to prevent build failures due to memory constraints. Updated run-stack.sh to remove old frontend images and rebuild with the new memory settings, ensuring the frontend container uses the increased memory limit for improved performance.
Configuration menu - View commit details
-
Copy full SHA for 43d3b77 - Browse repository at this point
Copy the full SHA 43d3b77View commit details -
chore: improve Docker build and startup process in run-stack.sh Impro…
…ved the Docker build and startup process by enabling BuildKit for better performance, building all services with cache, and updating the startup sequence. This change enhances build efficiency and ensures all services are started consistently.
Configuration menu - View commit details
-
Copy full SHA for 79e648f - Browse repository at this point
Copy the full SHA 79e648fView commit details -
chore: enable COMPOSE_BAKE for improved build performance
Added COMPOSE_BAKE environment variable in run-stack.sh to enhance build performance by enabling parallel builds. This change helps in optimizing the build process, potentially reducing build times.
Configuration menu - View commit details
-
Copy full SHA for ab65e7b - Browse repository at this point
Copy the full SHA ab65e7bView commit details -
chore: update docker-compose to use specific image tags for services …
…Updated the docker-compose.yml to specify image tags for frontend, backend-inference, backend-plugin, backend-api, and backend-web services. This ensures that the latest images are used and helps in managing versioning. Additionally, modified run-stack.sh to remove old images and force rebuilds with specific tags, improving build consistency and deployment reliability.
Configuration menu - View commit details
-
Copy full SHA for 1add4c1 - Browse repository at this point
Copy the full SHA 1add4c1View commit details -
chore: update build script to disable COMPOSE_BAKE and add no-cache o…
…ption Updated run-stack.sh to comment out the COMPOSE_BAKE export and added the --no-cache option to the docker compose build command. This change ensures builds do not use cached layers, potentially preventing issues with outdated dependencies and improving build reliability.
Configuration menu - View commit details
-
Copy full SHA for 0fdfdb4 - Browse repository at this point
Copy the full SHA 0fdfdb4View commit details
Commits on May 8, 2025
-
chore: update nginx port configuration in docker-compose.yml Changed …
…the nginx service port mapping from "8080:80" to "80:80" in the docker-compose.yml file. This update standardizes the nginx service to use the default HTTP port, simplifying access configuration and aligning with common deployment practices.
Configuration menu - View commit details
-
Copy full SHA for 08d6e56 - Browse repository at this point
Copy the full SHA 08d6e56View commit details -
chore: optimize build process by removing redundant image cleanup Rem…
…oved redundant image cleanup step from run-stack.sh to streamline the build process. This change improves efficiency by relying on Docker's caching mechanism instead of forcing a rebuild of images, reducing unnecessary operations and build time.
Configuration menu - View commit details
-
Copy full SHA for 600d28d - Browse repository at this point
Copy the full SHA 600d28dView commit details -
chore: update file permissions for run-with-update.sh Changed the fil…
…e permissions of run-with-update.sh from 644 to 755 to make it executable. This ensures the script can be run directly without needing to modify permissions manually, improving usability and workflow efficiency.
Configuration menu - View commit details
-
Copy full SHA for c03343b - Browse repository at this point
Copy the full SHA c03343bView commit details -
chore: remove version specification from docker-compose.yml Removed t…
…he version specification from docker-compose.yml to allow Docker Compose to use the latest version by default. This change simplifies the configuration and ensures compatibility with newer Docker Compose features.
Configuration menu - View commit details
-
Copy full SHA for dcfb36a - Browse repository at this point
Copy the full SHA dcfb36aView commit details -
chore: update nginx service port in docker-compose.yml to 8080 Update…
…d the nginx service port mapping in docker-compose.yml from 80 to 8080. This change allows the service to run on port 8080, which may be required for avoiding port conflicts or meeting specific deployment requirements. No impact on functionality is expected.
Configuration menu - View commit details
-
Copy full SHA for 59d290c - Browse repository at this point
Copy the full SHA 59d290cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master