version: '3.8' services: alpr-app: build: . ports: - "7860:7860" volumes: - .:/app environment: - PYTHONPATH=/app restart: unless-stopped