Skip to content

antoniofrs/ready-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ready docker-compose

Warning Not all files are tested

   

✔️ SonarQube

Volumes:

  • postgresql
  • postgresql-data
  • sonarqube-data
  • sonarqube-extensions
  • sonarqube-logs

Exposed ports:

  • 9000

Possible errors:

If this error is shown in sonarqube log:

max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]

Fix it using the following command:

sudo sysctl -w vm.max_map_count=262144

   

✔️ Jenkins

Volumes:

  • jenkins-docker-sock
  • jenkins-home

Exposed ports:

  • 8080
  • 50000

   

✔️ Redis

Volumes:

  • redis-data
  • redis-insight

Exposed ports:

  • 6379
  • 8001 (Redis insight)

   

✔️ Mongo

Volumes:

  • mongo-config-db
  • mongo-data

Exposed ports:

  • 27017
  • 8081 (Mongo express)

   

✔️ Keycloak

Volumes:

  • postgresql-data
  • postgresql-preinitdb
  • postgresql-initdb
  • pgadmin

Exposed ports:

  • 5050 (pg-admin)
  • 80

   

✔️ DynamoDB

Volumes:

  • dynamodb-data

Exposed ports:

  • 8000
  • 8001 (Dynamo admin)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published