Created
September 9, 2015 12:58
-
-
Save beevelop/44b9815658ad96555d27 to your computer and use it in GitHub Desktop.
docker-compose example for CorCI
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
duke: | |
image: "beevelop/corci-server:latest" | |
ports: | |
- "8080:8080" | |
larry: | |
image: "beevelop/corci-android:latest" | |
links: | |
- "duke:corci" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment