mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-04-25 01:25:52 +03:00
[PR #91] Fix: mount configs directory into worker container #114
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shannon-KeygraphHQ#114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/KeygraphHQ/shannon/pull/91
Author: @mattiasgeniar
Created: 2/8/2026
Status: 🔄 Open
Base:
main← Head:fix/mount-configs-volume📝 Commits (1)
a86d63dMount configs directory into worker container📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
docker-compose.yml(+1 -0)📄 Description
Summary
CONFIG=./configs/my-config.yamlas a usage example, but this fails at runtime with "Configuration file not found" because theconfigs/directory was never mounted into the worker container./configs:/app/configs:rovolume mount to the worker service, consistent with how./promptsis already mounted🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.