Skip to content

Instantly share code, notes, and snippets.

@beevelop
Created September 9, 2015 12:58
Show Gist options
  • Save beevelop/44b9815658ad96555d27 to your computer and use it in GitHub Desktop.
Save beevelop/44b9815658ad96555d27 to your computer and use it in GitHub Desktop.
docker-compose example for CorCI
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