diff options
author | khilman <khilman@users.noreply.github.com> | 2018-07-23 09:32:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-23 09:32:40 -0500 |
commit | ef276f04512f1808ae7e9fbb2e3b904855486462 (patch) | |
tree | 28b055619917fbc254a59586bc6e47d84cf0bf2f /zmqauth/docker-compose.yml | |
parent | 45f76344b4278f1ecf9956f3a81bfe11cd525c43 (diff) | |
parent | d42030d39800b930634dba1efafcf43959c40205 (diff) |
Merge pull request #33 from montjoie/zmq_auth
Zmq auth
Diffstat (limited to 'zmqauth/docker-compose.yml')
-rw-r--r-- | zmqauth/docker-compose.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zmqauth/docker-compose.yml b/zmqauth/docker-compose.yml new file mode 100644 index 0000000..a7147e1 --- /dev/null +++ b/zmqauth/docker-compose.yml @@ -0,0 +1,6 @@ +services: + master1: + build: {context: zmq_auth_gen } + hostname: zmqauth_builder + volumes: ['../output:/root/output'] +version: '2.0' |