uwDavid / dev-containers

To provide an example to run a local development mongo container quickly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database containers

To provide examples of often-used containers in docker-compose format.

To run specific database:

docker compose up -d 

To stop database container:

docker compose down

Connection String

Connection is provided in each readme file.

Using Adminer

For Server field: enter the database container_name

About

To provide an example to run a local development mongo container quickly.

License:MIT License


Languages

Language:JavaScript 100.0%