langflow/docs/docs
Gabriel Luiz Freitas Almeida f506fd1625 🔥 chore(deploy): remove unused docker-compose.test.yml file
🔧 chore(deploy): update docker-compose.override.yml to version 3.8

📦 chore(docker-compose.with_tests.yml): add docker-compose file with tests configuration

This commit adds a new docker-compose file named `docker-compose.with_tests.yml` which includes the configuration for running tests. The file includes the following services:

- `proxy`: Configures Traefik as a reverse proxy with Docker integration and enables access logs, the Traefik dashboard, and API.
- `backend`: Sets up the backend service with dependencies on a database, message broker, and result backend. It also includes labels for Traefik routing.
- `db`: Configures a PostgreSQL database with a volume for data persistence.
- `pgadmin`: Sets up pgAdmin for managing the PostgreSQL database.
- `result_backend`: Configures a Redis instance for the result backend.
- `celeryworker`: Sets up a Celery worker for background task processing.
- `flower`: Configures Flower for monitoring and managing Celery workers.
- `frontend`: Sets up the frontend service with labels for Traefik routing.
- `broker`: Configures RabbitMQ with the management console.
- `prometheus`: Sets up Prometheus for monitoring.
- `grafana`: Configures Grafana for visualization and monitoring.
- `tests`: Extends the `backend` service and runs pytest for running tests.

This file allows running the application with the necessary services for testing and monitoring.

🔧 chore(docker-compose.yml): add missing volumes and networks for services
🔧 chore(docker-compose.yml): add traefik-public network with configurable external setting for flexibility in testing

📝 docs(async-tasks.mdx): update docker-compose command to use the correct file name for running tests
2023-09-26 19:58:50 -03:00
..
components 📝 docs(custom.mdx): add explanation about the difference between dict and langflow.field_typing.NestedDict types 2023-09-19 15:01:40 -03:00
contributing 📝 docs(how-contribute.md): update contribution guide with instructions for running documentation locally using Docusaurus 2023-07-31 14:56:10 -03:00
deployment chore: remove lc-serve 2023-09-25 15:48:14 +05:30
examples 📝 docs(flow-runner.mdx): update example code formatting and fix indentation for better readability 2023-08-01 17:49:58 -03:00
getting-started 🎨 style(docs): update image rendering in examples and guidelines files for better readability and consistency 2023-07-28 12:59:15 -03:00
guidelines 📝 docs(async-api.mdx): add response example for async API request to improve documentation clarity 2023-09-26 19:45:08 -03:00
guides 🔥 chore(deploy): remove unused docker-compose.test.yml file 2023-09-26 19:58:50 -03:00
index.mdx 🎨 style(docs): update image rendering in examples and guidelines files for better readability and consistency 2023-07-28 12:59:15 -03:00