Management Message Processing

This commit is contained in:
2024-10-29 16:47:58 +01:00
parent 04ccd488f8
commit fac784e013
6 changed files with 182 additions and 21 deletions

View File

@ -19,6 +19,8 @@ services:
ports:
- 8000:80
environment:
- SOLUTION_MAX_TRIALS=5
- MANAGEMENT_URL=http://management:8000
- AGENTS_PROCESS=http://agent_process_1:3001,http://agent_process_2:3001
- AGENTS_SOLVE=http://agent_solve_1:3001
- AGENTS_GATEKEEPER=http://agent_gatekeeper_1:3001