Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save brunogamacatao/ebe0485fec3a13868b3a1ca36358008f to your computer and use it in GitHub Desktop.
Save brunogamacatao/ebe0485fec3a13868b3a1ca36358008f to your computer and use it in GitHub Desktop.
version: '3'
services:
web:
build: .
ports:
- "5000:5000"
volumes:
- .:/code
environment:
FLASK_ENV: development
redis:
image: "redis:alpine"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment