Post
docker-compose -f docker-compose.pgsql.yml up -d
MySql
docker-compose -f docker-compose.mysql.yml up -d
https://medium.com/@chrischuck35/how-to-create-a-mysql-instance-with-docker-compose-1598f3cc1bee
https://geshan.com.np/blog/2022/02/mysql-docker-compose/
https://citizix.com/how-to-run-mysql-8-with-docker-and-docker-compose/#:~:text=Using%20the%20docker-compose%20tool,-We%20can%20achieve&text=With%20Compose%2C%20you%20use%20a,to%20mount%20and%20environment%20variables.&text=The%20commands%3A,up%20brings%20up%20the%20container
https://hub.docker.com/_/phpmyadmin
https://www.howtogeek.com/devops/how-to-run-phpmyadmin-in-a-docker-container/
Mongo
docker-compose -f docker-compose.mongo.yml up -d
set new user
https://stackoverflow.com/questions/34559557/how-to-enable-authentication-on-mongodb-through-docker
SqlServer
https://medium.com/agilix/docker-express-running-a-local-sql-server-express-204890cff699#:~:text=Prerequisites&text=The%20easiest%20way%20to%20'install,command%20from%20cmd%20or%20powershell.&text=This%20will%20start%20a%20background%20Docker%20container%20named%20'sql'.
https://hub.docker.com/_/microsoft-mssql-server
TrustServerCertificate = True
https://stackoverflow.com/a/50504551/2948523
Oracle
https://stackoverflow.com/questions/39321664/oracle-database-on-docker-is-very-very-slow
https://medium.com/@ggajos/drop-db-startup-time-from-45-to-3-minutes-in-dockerized-oracle-19-3-0-552068593deb
https://github.com/wnameless/docker-oracle-xe-11g
http://localhost:5020/apex/apex_admin
username: ADMIN
password: Oracle_11g
hostname: localhost
port: 5019
sid: xe
username: system
password: oracle
adminuser
adminpass
https://stackoverflow.com/a/9177263/2948523
https://hub.docker.com/r/oracleinanutshell/oracle-xe-11g
https://www.youtube.com/watch?v=uoQr1j1A6Hk
https://dbtut.com/index.php/2020/01/09/how-to-install-oracle-database-in-docker/
https://dev.to/chindara/install-oracle-12c-with-docker-55h7
mongodb://userName:password@containerName:27017/dbname
5010, 5011 pgsql
5012, 5013, 5014 mysql
5015, 5016 mongo