Last active
December 11, 2015 22:48
-
-
Save vschiavoni/ecb0efe724bb60e23ba1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
splaycontroller: | |
image: vschiavoni/splaycontroller:v1 | |
ports: | |
- "1100:11010" | |
- 2222 | |
command: service mysql start | |
command: bash -c 'source /etc/profile.d/rvm.sh && cd ~/splay/src/controller/cli-server/ && ruby -rubygems cli-server.rb & cd ~/splay/src/controller/ && ruby -rubygems controller_fork.rb' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, it seems there is a lot of thing in your image.
Docker-compose are great to describe a multi-application containers.
For instance: a container for your app, another one for the db layer, ... and then you can "link" those containers.