version: '2' services: flask: build: . command: -w 4 -b :8000 -u www-data -g www-data --access-logfile - app:app volumes: - .:/app ports: - "8000:8000"