mitre-attack / mitre-attack/attack-workbench-frontend

[REQUEST] Allow to configure Docker Compose exposed ports

Open
#517 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
438
Forks
79
Avg merge
1d 21h
Merged PRs (30d)
3

Description

Is your feature request related to a problem? Please describe.
Default exposed ports (80, 3000, 27017) of the services may be in conflict with the host services.
E.g. an existing MongoDB instance.

Describe the solution you'd like
Allow to configure at least the exposed ports via environment variables.
E.g.

environment:
  DATABASE_PORT: "${DATABASE_PORT:-27017}"

Describe alternatives you've considered
N/A

Additional context
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named in the issue. Start by locating the Docker Compose configuration and its service port mappings, then verify that environment-variable overrides work for the default ports and that the services still start without host port conflicts.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker-compose
Domain
devops, infrastructure
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.