[PR #53] Add local Docker development setup #53

Open
opened 2026-03-03 11:58:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/finmars-platform/finmars-community-edition/pull/53
Author: @HenkKalkwater
Created: 2/6/2026
Status: 🔄 Open

Base: mainHead: local-dev


📝 Commits (3)

  • 80934b9 Add local Docker development setup
  • 25c3a58 utils/attr_is_relation: add portfolio_type to relation set
  • e7ffec5 clean: docker compose don't set -f flag

📊 Changes

6 files changed (+243 additions, -49 deletions)

View changed files

📝 .env.sample (+1 -0)
📝 Makefile (+26 -7)
📝 README.md (+58 -11)
docker-compose.dev.yml (+95 -0)
📝 nginx/conf/main-domain.conf.template (+61 -29)
📝 scripts/clean.sh (+2 -2)

📄 Description

  • Add docker-compose.dev.yml, which extends docker-compose.yml, builds finmars images locally instead of pulling them and enables hot reload for finmars-core, finmars-vue-portal, finmars-workflow and finmars-workflow-portal
  • Update README with local development instructions and created a prerequisites section that applies both to running and deploying.
  • Updates the NGINX configuration to proxy requests differently to Nuxt assets when running in development mode. This took the most time to figure out, as simply replacing node run .output/server/index.mjs with nuxt dev caused rather unhelpful HTTP errors due to difference in how these servers resolve paths.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/finmars-platform/finmars-community-edition/pull/53 **Author:** [@HenkKalkwater](https://github.com/HenkKalkwater) **Created:** 2/6/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `local-dev` --- ### 📝 Commits (3) - [`80934b9`](https://github.com/finmars-platform/finmars-community-edition/commit/80934b9cc1101601d9f6bb46d93a4e270aced1fd) Add local Docker development setup - [`25c3a58`](https://github.com/finmars-platform/finmars-community-edition/commit/25c3a58db5b3c9c9b923b861ae855139598bd316) utils/attr_is_relation: add portfolio_type to relation set - [`e7ffec5`](https://github.com/finmars-platform/finmars-community-edition/commit/e7ffec5e54c13da22c596969ddff60b9facad38d) clean: docker compose don't set `-f` flag ### 📊 Changes **6 files changed** (+243 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `.env.sample` (+1 -0) 📝 `Makefile` (+26 -7) 📝 `README.md` (+58 -11) ➕ `docker-compose.dev.yml` (+95 -0) 📝 `nginx/conf/main-domain.conf.template` (+61 -29) 📝 `scripts/clean.sh` (+2 -2) </details> ### 📄 Description * Add docker-compose.dev.yml, which extends docker-compose.yml, builds finmars images locally instead of pulling them and enables hot reload for finmars-core, finmars-vue-portal, finmars-workflow and finmars-workflow-portal * Update README with local development instructions and created a prerequisites section that applies both to running and deploying. * Updates the NGINX configuration to proxy requests differently to Nuxt assets when running in development mode. This took the most time to figure out, as simply replacing `node run .output/server/index.mjs` with `nuxt dev` caused rather unhelpful HTTP errors due to difference in how these servers resolve paths. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/finmars-community-edition#53
No description provided.