Skip to content

lebatuananh/Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker

docker-compose -p arangodb -f arangodb.yml up --build -d

Url: http://localhost:8529

Login: root

Password: P4ssW0rd!

docker-compose -p couchdb -f couchdb.yml up --build -d

Url: http://localhost:5984/_utils

Login: admin

Password: P4ssW0rd!

docker-compose -p cratedb -f cratedb.yml up --build -d

Url: http://localhost:4200

docker-compose -p elk -f elk.yml up --build -d

Url: http://localhost:5601

docker-compose -p grafana -f grafana.yml up --build -d

Url: http://localhost:3000

Login: admin

Password: admin

docker-compose -p jenkins -f jenkins.yml up --build -d

Url: http://localhost:8081

Password: docker exec jenkins cat /var/jenkins_home/secrets/initialAdminPassword

docker-compose -p keycloak -f keycloak.yml up --build -d

Url: http://localhost:8075

Login: admin

Password: P4ssW0rd!

docker-compose -p mongo -f mongo.yml up --build -d

Url: http://localhost:8081

Login: admin

Password: P4ssW0rd!

docker-compose -p neo4j -f neo4j.yml up --build -d

Url: http://localhost:7474

Login: neo4j

Password: neo4j

docker-compose -p postgres -f postgres.yml up --build -d

Url: http://localhost:16543

Login: [email protected]

Password: P4ssW0rd!

docker-compose -p rabbitmq -f rabbitmq.yml up --build -d

Url: http://localhost:15672

Login: admin

Password: P4ssW0rd!

docker-compose -p redis -f redis.yml up --build -d

Url: http://localhost:6379

Password: P4ssW0rd!

docker-compose -p rethinkdb -f rethinkdb.yml up --build -d

Url: http://localhost:8080

docker-compose -p mssql -f mssql.yml up --build -d

Host: localhost,1434

Login: sa

Password: P4ssW0rd!

docker-compose -p tick -f tick.yml up --build -d

Url: http://localhost:8888

About

Docker.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%