@@ -32,6 +32,7 @@ In this case the final image will be tagged with *localbuild/laravel-docker:php8
3232The supported build variables are:
3333
3434| Var | Desc |
35+ | ------- | ----------- |
3536| ` LARAVEL_VERSION ` | Laravel version to be included in the builded image |
3637| ` DOCKER_IMAGE_VERSION ` | PHP base image version to use |
3738| ` COMPOSER_VERSION ` | Composer version to use |
@@ -41,6 +42,7 @@ The supported build variables are:
4142Specific build variables needed only for Ubuntu:
4243
4344| Var | Desc |
45+ | ------- | ----------- |
4446| ` PHP_VERSION ` | Version of php to use |
4547| ` PHP_SHA256 ` | SHA256 signature of the PHP package |
4648| ` GPG_KEYS ` | GPG keys of the PHP package |
@@ -71,6 +73,7 @@ Other configurations files:
7173Laravel container accepts the following env variables:
7274
7375| Var | Desc |
76+ | ------- | ----------- |
7477| ` LARAVEL_DB_HOST ` | MySQL or Postgresql host |
7578| ` FORCE_MIGRATE ` | Tells Laravel to run php artisan migrate --force at startup |
7679| ` FORCE_COMPOSER_UPDATE ` | Tells Laravel to run composer update at startup |
@@ -87,6 +90,8 @@ MySQL variables:
8790
8891PgSQL variables:
8992
93+ | Var | Desc |
94+ | ------- | ----------- |
9095| ` PGSQL_USER ` | Postgresql user |
9196| ` PGSQL_PASSWORD ` | Postgresql password |
9297| ` PGSQL_DB ` | Postgresql password |
0 commit comments