Compare commits
1 commit
802a548783
...
7d728a7867
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7d728a7867 |
2 changed files with 6 additions and 2 deletions
|
|
@ -155,7 +155,11 @@ _generate_local_model_services() {
|
||||||
condition: service_started
|
condition: service_started
|
||||||
networks:
|
networks:
|
||||||
- disinto-net
|
- disinto-net
|
||||||
profiles: ["agents-${service_name}"]
|
# No profiles: the [agents.${service_name}] TOML entry is the activation
|
||||||
|
# gate — its presence is what drove emission of this block in the first
|
||||||
|
# place. Profile-gating the service caused 'disinto up' (without
|
||||||
|
# COMPOSE_PROFILES set) to treat the container as an orphan and remove it,
|
||||||
|
# silently killing the hired agent (#845).
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
has_services=true
|
has_services=true
|
||||||
|
|
|
||||||
|
|
@ -544,7 +544,7 @@ p.write_text(text)
|
||||||
echo " Model: ${model}"
|
echo " Model: ${model}"
|
||||||
echo ""
|
echo ""
|
||||||
echo " To start the agent, run:"
|
echo " To start the agent, run:"
|
||||||
echo " docker compose --profile ${service_name} up -d ${service_name}"
|
echo " disinto up"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue