Skip to content

Instantly share code, notes, and snippets.

@vinsguru
Last active October 13, 2016 19:31
Show Gist options
  • Save vinsguru/9e247fdd54ce69b523fde36689a39757 to your computer and use it in GitHub Desktop.
Save vinsguru/9e247fdd54ce69b523fde36689a39757 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
redis:
image: redis
container_name: redis
hostname: redis
ports:
- "6379:6379"
networks:
- vins
networks:
vins:
driver: bridge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment