An open API service indexing awesome lists of open source software.

https://github.com/anibulus/docker-databases

Databases that run at docker containers
https://github.com/anibulus/docker-databases

Last synced: 5 months ago
JSON representation

Databases that run at docker containers

Awesome Lists containing this project

README

          

# Database Docker

# Postgres

```env
POSTGRES_PASSWORD=your-password
```

```bash
docker compose up
```

```bash
docker compose -f 'docker-compose.yml' up -d --build 'db-postgres'
```