version: "3.9" services: rox-ai: build: . container_name: rox-ai ports: - "8000:8000" env_file: - .env restart: unless-stopped