Skip to content

feat(docker): add docker compose setup for developers - #278

Merged
rainer-exxcellent merged 1 commit into
mainfrom
feat/docker-compose-for-devs
Sep 8, 2026
Merged

feat(docker): add docker compose setup for developers#278
rainer-exxcellent merged 1 commit into
mainfrom
feat/docker-compose-for-devs

Conversation

@rramos-xx

Copy link
Copy Markdown
Contributor

Add two additional compose setups under /docker. One builds backend from source and another builds backend, secvisogram and validator-service from source. Both setups are thin by sharing the base setup.

From the readme:

  • docker/dev — builds backend-cms from this repo's own source. Use this when you're only working on the backend:

    cd docker/dev
    docker compose up -d --build
  • docker/dev-all — builds backend-cms, secvisogram, and the validator service, all from local source. Requires secvisogram and csaf-validator-service checked out as sibling directories next to this repo (i.e. ../secvisogram and ../csaf-validator-service relative to this repo's root):

    cd docker/dev-all
    docker compose up -d --build

@github-actions

github-actions Bot commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Test Results

330 tests   330 ✅  45s ⏱️
 26 suites    0 💤
 26 files      0 ❌

Results for commit 2e2c428.

♻️ This comment has been updated with latest results.

@github-actions

Copy link
Copy Markdown
Contributor
Overall Project 88.15% 🍏

There is no coverage information present for the Files changed

Add two additional compose setups under /docker. One builds backend from source and another builds backend, secvisogram and validator-service from source. Both setups are thin by sharing the base setup.
@rramos-xx
rramos-xx force-pushed the feat/docker-compose-for-devs branch from 93d8075 to 2e2c428 Compare August 22, 2026 12:36
@github-actions

Copy link
Copy Markdown
Contributor
Overall Project 88.15% 🍏

There is no coverage information present for the Files changed

@rramos-xx
rramos-xx marked this pull request as draft August 24, 2026 09:24
@rramos-xx
rramos-xx marked this pull request as ready for review August 24, 2026 10:22
@rainer-exxcellent rainer-exxcellent changed the title feat(docker): add setup for developers feat(docker): add docker compose setup for developers Sep 8, 2026

@rainer-exxcellent rainer-exxcellent left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rainer-exxcellent
rainer-exxcellent merged commit 4a4c55a into main Sep 8, 2026
3 checks passed
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.

2 participants