Skip to content

Instantly share code, notes, and snippets.

@Maes95
Last active November 14, 2019 16:29
Show Gist options
  • Save Maes95/ad5963612d660ed4ed19cf91b0ce4171 to your computer and use it in GitHub Desktop.
Save Maes95/ad5963612d660ed4ed19cf91b0ce4171 to your computer and use it in GitHub Desktop.
Docker-compose example file
web:
image: maes95/docker-compose-python-mongo
ports:
- "80:5000"
links:
- db
db:
image: mongo:3.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment