Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REQUEST] Allow to configure Docker Compose exposed ports #517

Open
MaurizioCasciano opened this issue Nov 14, 2023 · 0 comments
Open

[REQUEST] Allow to configure Docker Compose exposed ports #517

MaurizioCasciano opened this issue Nov 14, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@MaurizioCasciano
Copy link

MaurizioCasciano commented Nov 14, 2023

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

@MaurizioCasciano MaurizioCasciano added the enhancement New feature or request label Nov 14, 2023
MaurizioCasciano added a commit to ATTACK-Universe/attack-workbench-frontend that referenced this issue Nov 14, 2023
MaurizioCasciano added a commit to ATTACK-Universe/attack-workbench-frontend that referenced this issue Nov 14, 2023
…ompose-exposed-ports

Fix center-for-threat-informed-defense#517 Configurable Docker Compose exposed ports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant