Notes 18.09.
This commit is contained in:
21
docker-compose.yml
Normal file
21
docker-compose.yml
Normal 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/
|
Reference in New Issue
Block a user