Warning Not all files are tested
Volumes:
- postgresql
- postgresql-data
- sonarqube-data
- sonarqube-extensions
- sonarqube-logs
Exposed ports:
- 9000
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
Volumes:
- jenkins-docker-sock
- jenkins-home
Exposed ports:
- 8080
- 50000
Volumes:
- redis-data
- redis-insight
Exposed ports:
- 6379
- 8001 (Redis insight)
Volumes:
- mongo-config-db
- mongo-data
Exposed ports:
- 27017
- 8081 (Mongo express)
Volumes:
- postgresql-data
- postgresql-preinitdb
- postgresql-initdb
- pgadmin
Exposed ports:
- 5050 (pg-admin)
- 80
Volumes:
- dynamodb-data
Exposed ports:
- 8000
- 8001 (Dynamo admin)