Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpar06 committed Jul 3, 2024
1 parent 33351de commit b79fccf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit b79fccf

Please sign in to comment.