This PR moves old docker-compose-local-dev.yml to docker-compose-local-dev-full.yml and introduces the new docker-compose-local-dev.yml. The idea is that you use this thin file if you want to contribute to the frontend only.
Changes:
New thin local dev docker compose
Explanation of that in CONTRIBUTING.md
Add missing env vars to .env.local.example in the frontend and re-order them for clearer understanding and grouping.
[!IMPORTANT]
Introduce a new lightweight Docker Compose file for frontend-only development and update documentation and environment variables accordingly.
Docker Compose Changes:
Rename docker-compose-local-dev.yml to docker-compose-local-dev-full.yml.
Introduce new docker-compose-local-dev.yml for frontend-only development, including only postgres and app-server.
Documentation:
Update CONTRIBUTING.md to explain the new docker-compose-local-dev.yml and its usage for frontend development.
Environment Variables:
Add missing environment variables to frontend/.env.local.example and reorder for clarity.
This description was created by for 10a9146c7f20a7330b105d4fe744a6dc27222884. It will automatically update as commits are pushed.
This PR moves old
docker-compose-local-dev.yml
todocker-compose-local-dev-full.yml
and introduces the newdocker-compose-local-dev.yml
. The idea is that you use this thin file if you want to contribute to the frontend only.Changes:
.env.local.example
in the frontend and re-order them for clearer understanding and grouping.