https://github.com/phpffcms/docker-dev
Docker developer environment
https://github.com/phpffcms/docker-dev
Last synced: 5 months ago
JSON representation
Docker developer environment
- Host: GitHub
- URL: https://github.com/phpffcms/docker-dev
- Owner: phpffcms
- License: mit
- Created: 2018-02-28T11:32:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-29T17:03:11.000Z (almost 8 years ago)
- Last Synced: 2025-06-04T19:55:09.265Z (about 1 year ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FFCMS docker-dev environment
Docker-dev provide ffcms developer environment features via [docker](https://www.docker.com/) container. To use docker-dev box you should install docker.
## Installation
Clone this repo
```bash
git clone https://github.com/phpffcms/docker-dev.git
cd docker-dev
```
and run docker-compose:
```bash
docker-compose up -d
```
Thats done! Now you can access to your php-fpm/nginx/mysql stack at http://localhost:8000. You can manage your database with phpmyadmin at http://localhost:8080
## Project struct
Main compose settings located in ```./docker-compose.yml```. There you can change port routing features, directory naming and software versions.
Application directory root is: ```/www```. This directory is shared for nginx and php-fpm containers.
All mysql database files stored in ```/db/mysql``` folder.
## Author & license
This project distribute under MIT open source license. You can use it, modify or redistribute anyway you like it.
Author: Pyatinskiy M.M, Russia, 2018.