Advertisement
uopspop

Untitled

Jan 3rd, 2020
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. version: '3'
  2. services:
  3. web:
  4. build: .
  5. ports:
  6. - "5000:5000"
  7. volumes:
  8. - .:/code
  9. environment:
  10. FLASK_ENV: development
  11. redis:
  12. image: "redis:alpine"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement