A Docker-based installer and runtime for the Micro web framework, with RoadRunner support.
- If not already done, install Docker Compose (v2.10+)
- To overwrite the main configuration file (.env), simply create a new file that will depend on the APP_ENV environment variable ".env.<$APP_ENV>"
- Run
make build
to build fresh images - Run
make up
(the logs will not be displayed in the current shell. Usemake logs
if you want to see the container's log after it has started.) - Open
http://localhost
in your favorite web browser - Run
make down
to stop the Docker containers.
- Production, development and CI ready
- Native XDebug integration
Micro Docker is available under the MIT License.