Skip to content

Instantly share code, notes, and snippets.

@chyld
Created August 21, 2020 16:54
Show Gist options
  • Save chyld/18618d47d248031ae2f4c227220f6346 to your computer and use it in GitHub Desktop.
Save chyld/18618d47d248031ae2f4c227220f6346 to your computer and use it in GitHub Desktop.
version: "3.8"
services:
db:
image: mongo
app:
image: python
command: tail -f /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment