Skip to content

Instantly share code, notes, and snippets.

@telnicky
Created September 11, 2016 00:23
Show Gist options
  • Save telnicky/fb37be22b6b3004f116fa1960503c5bf to your computer and use it in GitHub Desktop.
Save telnicky/fb37be22b6b3004f116fa1960503c5bf to your computer and use it in GitHub Desktop.
Docker compose file for Phoenix and Convox
web:
build: .
ports:
- 80:4040
- 443:4040
command: mix phoenix.server
labels:
- convox.port.80.protocol=http
- convox.port.443.protocol=https
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment