A collection of docker-compose templates.
postgres(withpgadmin)mysqlmssql(for Windows)azure-sql-edge(for MacOSX Apple M1 chipset)mariadbmongodbredisdynamodb-local
solr
Examples of .env files for the database servers.
MYSQL_ROOT_PASSWORD=my_root_password
MYSQL_DATABASE=entwurfhaus
MYSQL_USER=db_admin
MYSQL_PASSWORD=my_password
MYSQL_ROOT_PASSWORD=my_root_password
MYSQL_DATABASE=entwurfhaus
MYSQL_USER=db_admin
MYSQL_PASSWORD=my_password
MONGO_INITDB_ROOT_USERNAME=db_admin
MONGO_INITDB_ROOT_PASSWORD=my_password