version: '3.8' services: llmproxy: build: . ports: - "8000:8000" volumes: - .:/app restart: unless-stopped