Skip to content

DutchJavaDev/DockerComposeDevDeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

DockerComposeDevDeploy

Basic configuration for a new server that will have programs running via docker

image

Access via web with nginx. (nginx setup not included)

Urls

Uptime Kuma = host:3001

Adminer = host/dbm

Dashboard

Uptime Kuma will be the dashboard to monitor all programs via pings etc. Will run in docker locally, redirect with nginx to local port

Programs

Access

To have access to the databeses, create a db_password.txt file and store the password in there

Adminer

Easy connect to the Mysql and Postgres databases Adminer does not support SQL server, MongoDb and Redis

Use other tools to connecto to those like MongoDb Compas etc... google :)

Mysql database

Normal access

User: root

Posgres database

Normal access

User: postgres

SQL database

Normal access

User: sa

MongoDB

Normal access

User: root

redis DB

Normal access Or remove...

About

Dockercompose file to quickly setup a enviroment with databases and some dashboards

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published