-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Bug Description
Lungo docker compose down is halted by lungo_default network still being used.
# Lungo network still in use when docker compose down.
pregnor _ 3158 : - @ - . /Users/pregnor/development/src/github.com/agntcy/coffeeAgntcy/coffeeAGNTCY/coffee_agents/lungo (main %|u=) [ microk8s / default ]
-> docker compose down
# Begin: 2026-02-27T16:08:59.528821000+01:00
WARN[0000] The "OPENAI_ENDPOINT" variable is not set. Defaulting to a blank string.
WARN[0000] The "OPENAI_MODEL_NAME" variable is not set. Defaulting to a blank string.
WARN[0000] The "OPENAI_API_KEY" variable is not set. Defaulting to a blank string.
[+] down 1/1
! Network lungo_default Resource is still in use 0.0s
# Executed command: docker compose down
# End: 2026-02-27T16:08:59.777863000+01:00
# Duration: 249ms42us
# Exit code: 0Expected Behavior
docker compose down should work without issues
Affected Version
v1.0.0
Steps to Reproduce
- Set up lungo
- start the docker compose with the farms profile in detached mode
- try to docker compose down
This is probably related to the profiles, bringing up multiple and trying to bring down one of those only at once.
Checklist
- I have read the contributing guidelines
- I have verified this does not duplicate an existing issue
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Todo