3 comments (3 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python4,446 stars (4,446 stars)643 forks (643 forks)batch import
good first issue
Description
docker运行时,能否指定多个config同时运行,这样可以在同一个容器里跑多个音箱的服务
Contributor guide
- Tech stack
- pythondockershell
- Domain
- backenddevopsinfrastructure
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Basic Docker knowledgePython basicsFamiliarity with xiaogpt configuration
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 45
- Research direction
- Investigate the current Docker configuration in the repository (e.g., Dockerfile, docker compose.yml). Understand how a single config is used and determine if multiple configs can be passed via environment variables or mounted volumes. Check existing comments in the issue for any clarification from maintainers. Propose a minimal change to allow multiple config files or multiple instances.