-
Notifications
You must be signed in to change notification settings - Fork 9
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
DockerHub-Image #451
DockerHub-Image #451
Conversation
changed dockerfiles using envs now
changed readme
… into DockerHub-Image
container_name: "Seed-backend" | ||
depends_on: | ||
- seedmongodb | ||
restart: always | ||
|
||
environment: | ||
DATABASE_URI: mongodb://SeedAdmin:SeedTest@seedmongodb:27017 |
Check failure
Code scanning / SonarCloud
Sensitive secrets should not be disclosed Critical
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
docker-compose uses hub images now, added action for creating the images and uploading them to the hub