-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Docker enhancements #2440
Docker enhancements #2440
Conversation
Added docker-compose_swarm.yml for deployment in docker swarm mode on single node. Fixed postgres volume mount in docker-compose.yml
- POSTGRES_HOST=postgres | ||
- POSTGRES_PORT=5432 | ||
- MOBSF_API_KEY_FILE=/run/secrets/mobsf_api_key | ||
image: ${MOBSF_IMAGE:-opensecurity/mobile-security-framework-mobsf:v4.0.7} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this be pointing to latest?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought that it's better to refer to specific version in specific release. In this way it should be more consistent. Also it's similar to postgres(I've left corresponding comments below)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We prefer to use the latest image for all examples. It makes sense for posrgres, but for mobsf image, please tag the latest.
Changes merged in #2445 |
Describe the Pull Request
Checklist for PR
tox -e lint,test
StaticAnalyzer/tests.py
)Additional Comments (if any)