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/