Skip to content

Instantly share code, notes, and snippets.

@nithyadurai87
Created November 23, 2020 17:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nithyadurai87/3a1f0ec44e8b07254320701c8747dbe3 to your computer and use it in GitHub Desktop.
Save nithyadurai87/3a1f0ec44e8b07254320701c8747dbe3 to your computer and use it in GitHub Desktop.
version: '3'
services:
app:
build: .
image: flaskapp:v10
environment:
- FLASK_ENV=development
ports:
- 5000:5000
#volumes:
#- /home/nithya/backup:/app/tmpfiles
mongodb:
image: mongo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment