Basic configuration for a new server that will have programs running via docker
Uptime Kuma = host:3001
Adminer = host/dbm
Uptime Kuma will be the dashboard to monitor all programs via pings etc. Will run in docker locally, redirect with nginx to local port
To have access to the databeses, create a db_password.txt file and store the password in there
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 :)
Normal access
User: root
Normal access
User: postgres
Normal access
User: sa
Normal access
User: root
Normal access Or remove...