Update .env for new server and agent image versions; enhance docker-compose.yml with dynamic agent names and extra hosts; add troubleshooting guide for port allocation issues.

This commit is contained in:
2026-06-09 11:00:18 +02:00
parent ccd36b14f3
commit e0c6f31a36
3 changed files with 50 additions and 2 deletions

6
.env
View File

@@ -1 +1,5 @@
AGENT_IMAGE_VERSION="2025.07.3-linux-sudo"
SERVER_IMAGE_VERSION="2026.1.1-linux"
AGENT_IMAGE_VERSION="2026.1.1-linux-sudo"
AGENT_NAME_1="master-agent"
AGENT_NAME_2="bbc-agent"
AGENT_NAME_3="dev-test-agent"