services: web: build: . env_file: - .env ports: - "${PORT}:5000" volumes: - .:/app