Skip to content

davids13/docker-apps

Repository files navigation

List of apps:

  • Jenkins
  • Nexus
  • Kafka
  • Postgres
  • Sonarqube
  • Grafana & Prometheus

Jenkins

credentials:

  • username: admin
  • password: the password can be found at: /var/jenkins_home/secrets/initialAdminPassword

Kafka

Environment: Enter your machine name

  • KAFKA_ZOOKEEPER_CONNECT=:2181
  • KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://:9092

Nexus

credentials:

  • username: admin
  • password: the password can be found at: /nexus-data/admin.password

Nexus can be added in your java project and therefore it's possible to push an artifact into Nexus.
See: https://www.baeldung.com/maven-deploy-nexus


Sonarqube

credentials:

  • login: admin
  • password: admin123

Sonarqube can be run locally in your java project.
Steps:


Grafana

credentials:

  • login: admin
  • password: admin

PostgreSQL

- to access psql enter the folowing cmd:
    > winpty docker exec -it postgres-container sh
    > psql --username postgres
    > test it by run the cmd to show all database: \l