Files
Kill_LIFE/web/compose.dev.yml
T
Clément SAILLANT 1dde0b9e9f feat(web): GitHub PR API + Redis dev compose
- project-store.ts: fetchGitHubPRs() calls GitHub API (electron-rare/Kill_LIFE)
  with GITHUB_TOKEN; falls back to local git derivation when token absent
- repoProvider field updated to github:electron-rare/Kill_LIFE
- .env.example: add GITHUB_TOKEN + GITHUB_REPO vars
- compose.dev.yml: redis:7-alpine on 127.0.0.1:6379 for EDA worker dev

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 18:26:10 +01:00

13 lines
227 B
YAML

services:
redis:
image: redis:7-alpine
container_name: yiacad-redis-dev
restart: unless-stopped
ports:
- "127.0.0.1:6379:6379"
volumes:
- yiacad-redis-data:/data
volumes:
yiacad-redis-data: