feat(swarm-mgmt): agent_host + updater opt-in; prevent duplicate forwarder spawn

This commit is contained in:
2026-04-19 05:12:55 -04:00
parent 95ae175e1b
commit e32fdf9cbf
8 changed files with 141 additions and 11 deletions

View File

@@ -15,6 +15,6 @@ echo "MySQL up."
export DECNET_DB_TYPE=mysql
export DECNET_DB_URL='mysql+aiomysql://decnet:decnet@127.0.0.1:3307/decnet'
source ../.venv/bin/activate
source .venv/bin/activate
sudo ../.venv/bin/decnet api
sudo .venv/bin/decnet api