Files
browser/openspec/changes/add-local-docker-deployment/tasks.md
T
2026-07-11 14:56:10 +08:00

974 B

1. OpenSpec Artifacts

  • 1.1 Create proposal, design, spec, and tasks for local Docker deployment and debugging configuration.
  • 1.2 Validate the change with openspec validate add-local-docker-deployment --strict.

2. Docker Deployment

  • 2.1 Add Dockerfiles for platform, run, and platform_web.
  • 2.2 Add a root compose file with persistent volumes and safe service wiring.
  • 2.3 Add Docker ignore rules to keep builds small and avoid copying local data.

3. Local Debug Configuration

  • 3.1 Add example environment files for root orchestration, platform, run, and platform_web.
  • 3.2 Document which variables to modify for Docker and direct local execution.

4. Verification

  • 4.1 Validate compose syntax with docker compose config.
  • 4.2 Run focused backend tests for platform and run config packages.
  • 4.3 Run scripts/check-structure.sh.
  • 4.4 Run openspec validate add-local-docker-deployment --strict.