services: bot: image: node:24 container_name: shsf_dc_bot restart: unless-stopped env_file: .env working_dir: /app volumes: - .:/app ports: - "$PORT:$PORT" command: sh -c "npm i -g pnpm && pnpm install && pnpm dev"