Skip to content

Instantly share code, notes, and snippets.

@vinsguru
Last active September 23, 2016 22:03
Show Gist options
  • Save vinsguru/d6d9d83ef193e66bc5379029b9291e64 to your computer and use it in GitHub Desktop.
Save vinsguru/d6d9d83ef193e66bc5379029b9291e64 to your computer and use it in GitHub Desktop.
version: '2'
services:
master:
image: vinsdocker/jmmaster
container_name: master
tty: true
hostname: master
networks:
- vins
slave:
image: vinsdocker/jmserver
tty: true
networks:
- vins
networks:
vins:
driver: bridge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment