Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wardvisual/dockerized-db
This repository contains my setup for dockerized databases on a Linux environment.
https://github.com/wardvisual/dockerized-db
database docker-compose dockerized-database
Last synced: about 1 month ago
JSON representation
This repository contains my setup for dockerized databases on a Linux environment.
- Host: GitHub
- URL: https://github.com/wardvisual/dockerized-db
- Owner: wardvisual
- License: mit
- Created: 2023-04-10T15:17:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T04:53:13.000Z (over 1 year ago)
- Last Synced: 2024-04-23T23:21:31.339Z (9 months ago)
- Topics: database, docker-compose, dockerized-database
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dockerized Database
This repository contains my setup for dockerized databases on a Linux environment. This is currently under improvement.
## Available Database(s)
- MySQL
- Postgres## Todo
Create docker-compose.yaml for the following databases:
- Neo4j
- Redis## Usage
1. Clone this repository.
2. Navigate to the database you want to use.
3. Run `docker-compose up`.## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.