services: request-bot: build: . ports: - "3000:3000" volumes: - .:/app command: ["bun", "run", "index.js"]