[PR #329] [MERGED] Fix full stack example docker files #400

Closed
opened 2026-02-16 01:17:11 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/329
Author: @logan-markewich
Created: 10/18/2024
Status: Merged
Merged: 10/21/2024
Merged by: @logan-markewich

Base: mainHead: logan/fix_fullstack_example


📝 Commits (4)

📊 Changes

3 files changed (+17 additions, -7 deletions)

View changed files

📝 examples/python_fullstack/docker-compose.yml (+5 -1)
📝 examples/python_fullstack/python_fullstack.yaml (+6 -0)
📝 examples/python_fullstack/workflows/rag_workflow.py (+6 -6)

📄 Description

Fixes https://github.com/run-llama/llama_deploy/issues/328

Attempting to fix directories not being mounted properly.

What I have so far fixes the initial error, but still getting some weird timeout issues


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/329 **Author:** [@logan-markewich](https://github.com/logan-markewich) **Created:** 10/18/2024 **Status:** ✅ Merged **Merged:** 10/21/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `logan/fix_fullstack_example` --- ### 📝 Commits (4) - [`c2bd9a7`](https://github.com/run-llama/llama_deploy/commit/c2bd9a78a17a3aef59abfa666bb54c2af8d64385) wip - [`5c03629`](https://github.com/run-llama/llama_deploy/commit/5c0362981bd9742f9a0a4dd95734344cb3518ba6) remove comment - [`e17a5fc`](https://github.com/run-llama/llama_deploy/commit/e17a5fc0fb1d306865d4c3e80e6336fbad212ced) fix workflow deployment - [`7bade6e`](https://github.com/run-llama/llama_deploy/commit/7bade6e044667b2d91f190cb36011f839d574f02) slightly more wait ### 📊 Changes **3 files changed** (+17 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `examples/python_fullstack/docker-compose.yml` (+5 -1) 📝 `examples/python_fullstack/python_fullstack.yaml` (+6 -0) 📝 `examples/python_fullstack/workflows/rag_workflow.py` (+6 -6) </details> ### 📄 Description Fixes https://github.com/run-llama/llama_deploy/issues/328 Attempting to fix directories not being mounted properly. What I have so far fixes the initial error, but still getting some weird timeout issues --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:17:11 -05:00
yindo closed this issue 2026-02-16 01:17:11 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#400