diff --git a/README.md b/README.md index 55854aa5b..68d5eb6a7 100755 --- a/README.md +++ b/README.md @@ -86,3 +86,12 @@ make build-assets ``` This will build all of the assets according to the webpack file. + +## Production Environment with Docker + +You may also want to use Docker in production. We have chosen to use [FrankenPHP](https://frankenphp.dev/docs/), which is a module based on the [Caddy web server](https://caddyserver.com/docs/) and serves as a replacement for PHP-FPM. You will also have access to MariaDB and Redis. +To start the production environment, run: + +```bash +docker-compose -f docker-compose.prod.yml up -d +```