Skip to content

Instantly share code, notes, and snippets.

@skord
Created January 3, 2017 22:17
Show Gist options
  • Save skord/9c751e1cac19b13652bf54b81136a7b3 to your computer and use it in GitHub Desktop.
Save skord/9c751e1cac19b13652bf54b81136a7b3 to your computer and use it in GitHub Desktop.
------
version: '2'
services:
myapp:
image: elixer
volumes:
- "$HOME/.ssh:/home/deploymotron/.ssh"
- "$PWD:/workspace"
command: "whateverstartselixer"
ports:
- 4000:4000
- 4001:4001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment