services: llmproxy: image: mediaeng/llmproxy:latest restart: unless-stopped env_file: .env ports: - "${PROXY_PORT:-8000}:${PROXY_PORT:-8000}" - "127.0.0.1:8001:8001" volumes: - ./backend/test.db:/app/backend/test.db - ./backend/logs:/app/backend/logs