mitre-attack / mitre-attack/attack-workbench-frontend
[REQUEST] Allow to configure Docker Compose exposed ports
Nobody has claimed this yet.
- 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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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