Hi Ilia,
Following up on the multi-container question — I run a few stacks that are Docker Compose projects with several interdependent services (e.g. Jitsi: prosody + jicofo + jvb + web sharing a network, and an app stack: postgres/pgvector + ollama + a custom ingestion service + a webui, also networked together).
Joe mentioned single containers without a recipe still work fine (just set port/volume/env manually). Does that same approach extend to a group of containers that need to share a network and start in a specific order, or is the plugin currently scoped to one container (or one pod) at a time, with no way to express “these 4 containers belong together and talk to each other”?
If it’s the latter, is compose-like multi-service support on the roadmap, or is that intentionally out of scope for this plugin?
Thanks!
Bernard