Spaces:
Sleeping
Sleeping
| version: "3.9" | |
| # FAISS runs inside the API — no vector database container. | |
| # Enable optional services with: docker compose -f infra/local_dev_compose.yml --profile with-redis up -d | |
| services: | |
| redis: | |
| image: redis:7-alpine | |
| ports: | |
| - "6379:6379" | |
| restart: unless-stopped | |
| profiles: ["with-redis"] | |