Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahul-barick/compose-mysql-pgadmin
Mysql & pgadmin4 powered by compose
https://github.com/rahul-barick/compose-mysql-pgadmin
docker docker-compose mysql pgadmin pgadmin4 sql
Last synced: about 6 hours ago
JSON representation
Mysql & pgadmin4 powered by compose
- Host: GitHub
- URL: https://github.com/rahul-barick/compose-mysql-pgadmin
- Owner: Rahul-Barick
- Created: 2020-03-09T19:41:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T19:52:03.000Z (over 4 years ago)
- Last Synced: 2024-04-16T09:19:21.896Z (7 months ago)
- Topics: docker, docker-compose, mysql, pgadmin, pgadmin4, sql
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# compose-mysql-pgadmin
# MySql & PgAdmin powered by compose
## Requirements:
* docker >= 17.12.0+
* docker-compose## Quick Start
* Clone or download this repository
* Go inside of directory, `compose-mysql-pgadmin`
* Run this command `docker-compose up -d`## Environments
This Compose file contains the following environment variables:* `MYSQL_USER` the default value is **testName**
* `MYSQL_PASSWORD` the default value is **testPass**
* `MYSQL_ROOT_PASSWORD` the default value is **password**
* `PGADMIN_PORT` the default value is **5050**
* `PGADMIN_DEFAULT_EMAIL` the default value is **[email protected]**
* `PGADMIN_DEFAULT_PASSWORD` the default value is **admin**## Access to mysql:
* `localhost:3306`
* **Username:** testName (as a default)
* **Password:** testPass (as a default)## Access to PgAdmin:
* **URL:** `http://localhost:5050`
* **Username:** [email protected] (as a default)
* **Password:** admin (as a default)