feat: add Docker Compose runner #2
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
pregno/daytrading!2
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/1-docker-compose-config-yaml"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
.env, and mounts./config.yamlread-only at/app/config.yaml..dockerignore/.gitignorecoverage for secrets, local config, caches, git metadata, and runtime artifacts.Closes #1
Test plan
docker compose config✅uv run --no-sync --with pytest python -m pytest✅ — 155 passed, 1 warninguv run --no-sync python -m pivotbot --help✅docker compose build⚠️ blocked in this cron environment because Docker daemon/socket is unavailable:/Users/andrea/.docker/run/docker.sockdocker compose run --rm pivotbot python -m pivotbot --help⚠️ not run for the same Docker daemon limitationRisk notes
python -m pivotbot live --config /app/config.yaml; paper/live behavior remains controlled byconfig.yamland the existingI_UNDERSTAND_LIVE_TRADING=yessafety gate.config.yamland mounted as documented.