https://github.com/micro-php/micro-docker-roadrunner
Micro Framework - roadrunner environment
https://github.com/micro-php/micro-docker-roadrunner
Last synced: 4 months ago
JSON representation
Micro Framework - roadrunner environment
- Host: GitHub
- URL: https://github.com/micro-php/micro-docker-roadrunner
- Owner: Micro-PHP
- License: mit
- Created: 2023-11-06T21:51:40.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-08-27T12:41:19.000Z (10 months ago)
- Last Synced: 2025-08-27T21:41:58.837Z (10 months ago)
- Language: Makefile
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Micro Docker & RoadRunner environment
A [Docker](https://www.docker.com/)-based installer and runtime for the [Micro](https://micro-php.net) web framework, with [RoadRunner](https://roadrunner.dev/) support.
## Getting Started
1. If not already done, [install Docker Compose](https://docs.docker.com/compose/install/) (v2.10+)
2. To overwrite the main configuration file (.env), simply create a new file that will depend on the APP_ENV environment variable ".env.<$APP_ENV>"
3. Run `make build` to build fresh images
4. Run `make up` (the logs will not be displayed in the current shell. Use `make logs` if you want to see the container's log after it has started.)
5. Open `http://localhost` in your favorite web browser
6. Run `make down` to stop the Docker containers.
## Features
* Production, development and CI ready
* Native [XDebug](docs/xdebug.md) integration
## License
Micro Docker is available under the MIT License.