langflow/docs/docs/guides
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
..
async-tasks.mdx 🔥 chore(deploy): remove unused docker-compose.test.yml file 2023-09-26 19:58:50 -03:00
chatprompttemplate_guide.mdx 📝 docs(custom-component.mdx): improve clarity by emphasizing the --components-path argument using italics 2023-07-31 18:46:31 -03:00
langfuse_integration.mdx 📝 docs(langfuse_integration.mdx): remove reference to troubleshooting section in Langfuse documentation as it is not available 2023-09-11 22:40:47 -03:00
loading_document.mdx 📝 docs(loading_document.mdx): update the "Web Page" field URL to point to the correct documentation URL 2023-08-08 14:11:57 -03:00
superuser.mdx 📝 docs(login.mdx): add guide for sign up and sign in functionality in Langflow 2023-09-25 15:55:33 -03:00