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
- Host: GitHub
- URL: https://github.com/anibulus/docker-databases
- Owner: Anibulus
- Created: 2025-03-05T15:13:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T04:22:50.000Z (over 1 year ago)
- Last Synced: 2025-10-21T13:43:17.230Z (8 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
```