version: '3.8' services: web: build: . ports: - "8150:8150" restart: unless-stopped