mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
feat: add devcontainer based setup (#352)
* feat: add devcontainer for local setup * feat: add local install hook * feat: add devcontainer based setup docs * feat: use uv in api/Dockerfile * fix: fix CI scripts * fix: fix post job cleanup step
This commit is contained in:
parent
285de92528
commit
0716582aa7
31 changed files with 971 additions and 227 deletions
13
scripts/setup_local.devcontainer.md
Normal file
13
scripts/setup_local.devcontainer.md
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Devcontainer contributor setup
|
||||
|
||||
`setup_local.sh` and `setup_local.ps1` provision the OSS Docker stack for local
|
||||
deployments. They are not the recommended contributor workflow for this
|
||||
repository.
|
||||
|
||||
For day-to-day development, use the checked-in devcontainer under
|
||||
`.devcontainer/`. The full contributor instructions live in
|
||||
`../docs/contribution/setup.mdx`.
|
||||
|
||||
The devcontainer flow pins Python 3.13, installs backend and frontend
|
||||
dependencies in-container, creates a container-specific API env file, and
|
||||
starts Postgres, Redis, and MinIO automatically.
|
||||
Loading…
Add table
Add a link
Reference in a new issue