Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@

1. Create a local environment file (`cp .env .env.local`) if you want to modify any parameter

### 🗄️ Database (Docker)

The `mooc_mysql` service in `docker-compose.yml` runs MariaDB (`mariadb:10.7.4`). Application settings use the MySQL protocol (`pdo_mysql`); service and host names keep the `mysql` naming for compatibility.

### 🔥 Application execution

1. Install all the dependencies and bring up the project with Docker executing: `make build`
Expand Down