Skip to content

rodneyazev/docker-examples

Repository files navigation

Docker Logo

About containers

Users and passwords

Passwords that are not in the docker-compose.yml file will be in the .env files within the same directory.

- Docker

Network creation

docker network create my-network

Docker creation

docker-compose up -d

or

docker-compose -f <docker-filename> up -d

- Jenkins

# Admin password
docker exec -it jenkins /bin/bash -c "cat /var/jenkins_home/secrets/initialAdminPassword"

- Sonarqube

# Login / Authentication
User: admin
Password: admin

# WSL Requirement (if needed)
sudo sysctl -w vm.max_map_count=262144

- MongoDB (Authentication)

Disable the TLS/SSL protocol if necessary.

- Oracle

# SQL Developer
User: system
Password: Oracle_123
SID: XE  (Uppercase)

- PostgreSQL

# PGAdmin (Local)
# Use host.docker.internal instead of localhost
Username: postgres
Password: postgres
Database: postgres
PGAdmin_email: admin@admin.com
PGAdmin_password: admin

- MySQL

If using DBeaver or any other IDE, don't forget to set allowPublicKeyRetrieval = TRUE

Database: database
Username: mysql
Password: mysql

- RabbitMQ

# Login / Authentication
User: rabbitmq
Password: rabbitmq

- Keycloak

# Login / Authentication
User: admin
Password: admin

- Prometheus

Prometheus: http://localhost:9090/

Main endpoint: http://localhost:8080/actuator

- Grafana

Grafana: http://localhost:3000/

Username: grafana
Password: grafana

- Redmine

Redmine: http://localhost:8080/

Username: admin
Password: admin

- Mantis Bug Tracker

Mantis Bug Tracker: http://localhost:8089/

First steps (Pre-Installation Check):

Hostname (for Database Server): db
Username (for Database): mantis
Password (for Database): mantis
URL to your installation: **Remove any value**

http://localhost:8089/login_page.php

Login: administrator
Password: root

- Apache NiFi

https://localhost:8443/nifi

Username: admin
Password: ctsBtRBKHRAx69EqUghvvgEvjnaLjFEB

About

docker-examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published