version: '3.8' services: web: build: context: . dockerfile: Dockerfile ports: - "5000:5000" restart: unless-stopped