version: '2' services: web: image: flask_web command: python app.py ports: - "5000:5000" volumes: - .:/code links: - redis redis: image: redis