This is the repository for the MCY Web Hosting control panel.
The following tools are required in order to start the installation.
- Clone this repository with
git clone git@github.com:myanmarcyberyouths/control-panel.git - Run
cd control-panelto change directory into repo - Run
docker build . -f infra/docker/php/dockerfile -t mmcyberyouths/php:devto build php image - Run
docker compose up -d --buildto install and build all services
| IP | Services | Port |
|---|---|---|
| 10.10.100.101 cp-api.cyberyouths.com.mm | Panel API | 80 |
| 10.10.100.102 cp.cyberyouths.com.mm | Panel WEB | 80 |
| IP | Services | Port | Username/Password |
|---|---|---|---|
| 10.10.100.11 | MySQL | 3306 | root allow empty password |
| 10.10.100.12 | Redis | 6379 | allow empty password |
| 10.10.100.13 | Mailpit | 8025 | direct access |
apps
├── panel-api
└── panel-web
infra
├── ansible
└── docker
├── mysql
└── php
This repo is currently maintained by Thet Paing Hein. If you have any questions please don't hesitate to create an issue on this repo.
Please read the contributing guide before creating an issue or sending in a pull request.
Please read our Code of Conduct before contributing or engaging in discussions.
The closed-source license. Please see the license file for more information.