version: '3.8' services: andy: build: context: . dockerfile: Dockerfile ports: - "7860:7860" env_file: - .env restart: unless-stopped