Core libraries and tools part for pro architecture. It's a submodule - use from this perspective http://git.maniak.pro/madmaniak/pro
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
600 B

communication_input:
build: framework/tools/communication/primus
extends:
file: framework/tools/containers/docker/common.yml
service: pro
command: coffee entry.coffee
volumes:
- ./framework/tools/communication/primus:/primus
- /primus/node_modules
ports:
- "8090:8090"
communication_output:
build: framework/tools/communication/primus
extends:
file: framework/tools/containers/docker/common.yml
service: pro
command: coffee outgo.coffee
volumes:
- ./framework/tools/communication/primus:/primus
- /primus/node_modules
ports:
- "8091:8091"