Files
agent-bounty-protocol/docker-compose.scout.yml
OG T 7108ff8ab3
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
feat: beta promo, zero fee, scout bot, and LLM SEO
2026-06-07 14:33:26 +08:00

22 lines
516 B
YAML

version: '3.8'
services:
scout-bot:
build:
context: .
dockerfile: apps/scout-bot/Dockerfile
container_name: agent_bounty_scout_bot
restart: unless-stopped
environment:
- NODE_ENV=production
# - GITHUB_TOKEN=your_token_here
- VIBEWORK_API_URL=http://agent_bounty_web:3000/api
- SCOUT_API_KEY=${SCOUT_API_KEY:-dev_scout_key}
- SCOUT_AGENT_ID=scout_official_1
networks:
- agent-bounty-network
networks:
agent-bounty-network:
external: true