Notes 18.09.

This commit is contained in:
2024-09-18 16:32:01 +02:00
parent 28d579ce59
commit 622f8bc009
7 changed files with 336 additions and 71 deletions

21
docker-compose.yml Normal file
View File

@ -0,0 +1,21 @@
services:
management:
image: git.chai.uni-hamburg.de/ums-agenten/management:latest
ports:
-
environment:
- 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
volumes:
- /xxx/:
agent_process_1:
image: git.chai.uni-hamburg.de/ums-agenten/base-process:cpu
#image: git.chai.uni-hamburg.de/ums-agenten/base-process:gpu
build: .
environment:
- MANAGEMENT=http://management:3001
volumes:
- /xxx/:/ums-agenten/shared/