Skip to content

Instantly share code, notes, and snippets.

@brunogamacatao
Created July 11, 2019 13:22
Show Gist options
  • Save brunogamacatao/88db035606f17c12492196241dfc10ed to your computer and use it in GitHub Desktop.
Save brunogamacatao/88db035606f17c12492196241dfc10ed 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