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: 4 months 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-09T19:52:03.000Z (almost 6 years ago)
- Last Synced: 2025-03-13T13:44:34.597Z (11 months ago)
- Topics: docker, docker-compose, mysql, pgadmin, pgadmin4, sql
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- 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 **pgadmin4@pgadmin.org**
* `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:** pgadmin4@pgadmin.org (as a default)
* **Password:** admin (as a default)