Skip to content

chore: Improve Docker Compose setup for local development#1332

Merged
viacheslavkol merged 3 commits intomasterfrom
MODINVSTOR-1465
Mar 24, 2026
Merged

chore: Improve Docker Compose setup for local development#1332
viacheslavkol merged 3 commits intomasterfrom
MODINVSTOR-1465

Conversation

@viacheslavkol
Copy link
Copy Markdown
Contributor

@viacheslavkol viacheslavkol commented Mar 23, 2026

Purpose

Improve Docker Compose setup for local development

Approach

Separate infrastructure containers from module containers for clearer management.
Enable easy scaling of module containers to simulate a production-like setup.
Add tenant setup to docker/README

Changes Checklist

  • API Changes: Document any API paths, methods, request or response bodies changed, added, or removed.
  • Database Schema Changes: Indicate any database schema changes and their impact. Confirm that migration scripts were created.
  • Interface Version Changes: Indicate any changes to interface versions.
  • Interface Dependencies: Document added or removed dependencies.
  • Permissions: Document any changes to permissions.
  • Logging: Confirm that logging is appropriately handled.
  • Unit Testing: Confirm that changed classes were covered by unit tests.
  • Integration Testing: Confirm that changed logic was covered by integration tests.
  • Manual Testing: Confirm that changes were tested on local or dev environment.
  • NEWS: Confirm that the NEWS file is updated with relevant information about the changes made in this pull request.

Related Issues

MODINVSTOR-1465

Manual testing using docker/README

Bring up infrastructure+app in one compose command
Set up two tenants
Check schemas with reference data exist from pgadmin UI

Separate infrastructure containers from module containers for clearer management.
Enable easy scaling of module containers to simulate a production-like setup.
Add tenant setup to docker/README

Implements: MODINVSTOR-1465
@viacheslavkol viacheslavkol self-assigned this Mar 23, 2026
@viacheslavkol viacheslavkol requested a review from a team as a code owner March 23, 2026 16:35
@sonarqubecloud
Copy link
Copy Markdown

@viacheslavkol viacheslavkol merged commit 211249b into master Mar 24, 2026
16 checks passed
@viacheslavkol viacheslavkol deleted the MODINVSTOR-1465 branch March 24, 2026 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants