You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`XDEBUG_MODE`| fpm, ssh | debug | Or set to `develop` (slow) or `none` to turn it off completely. See https://xdebug.org/docs/all_settings#mode|
147
154
|`DB_HOST`, `DB_USER`, `DB_PASS`, `DB_NAME`| ssh || These will create a `.my.cnf` for the user. You can use the same variables in your `docker-compose.yml` to configure the MariaDB image. |
148
155
|`APPLICATION_UID`, `APPLICATION_GID`| fpm, ssh | 1000, 1000 | UID and GID for the application user. Change to match your local user in case you use bind-mounts (Linux only) |
149
-
|`IMPORT_GITLAB_SERVER`| ssh | git.cron.eu | Gitlab instance to import SSH key from |
150
-
|`IMPORT_GITLAB_PUB_KEYS`| ssh || Gitlab user to import SSH keys from |
151
-
|`IMPORT_GITHUB_PUB_KEYS`| ssh || GitHub user to import SSH keys from |
152
-
|`IMPORT_PUB_KEYS`| ssh || Additional SSH public keys to load, comma separated |
153
-
|`SSH_CONFIG`| ssh || The whole content of the `.ssh/config` file |
154
-
|`SSH_KNOWN_HOSTS`| ssh || The whole content of the `.ssh/known_hosts` file |
155
-
|`SSH_PRIVATE_KEY`| ssh || A SSH private key to load in an `ssh-agent`, useful if you run a SSH container with commands ||
156
-
|`ENV`| ssh || The name of the environment to show on the shell prompt |
157
-
|`PHP_INI_OVERRIDE`| fpm, ssh || Allow overriding php.ini settings. Simply the multiline content for a php.ini here. Use "\n" for multiline i.e. in ECS |
158
-
|`PHP_FPM_OVERRIDE`| fpm || Allow overriding php-fpm pool settings. The multiline content for php-fpm.conf here. Use "\n" for multiline i.e. in ECS |
159
-
|`PHP_DISABLE_EXTENSIONS`| fpm, ssh || Comma separated list of PHP extensions to disable. |
156
+
|`IMPORT_GITLAB_SERVER`| ssh | git.cron.eu | Gitlab instance to import SSH key from |
157
+
|`IMPORT_GITLAB_PUB_KEYS`| ssh || Gitlab user to import SSH keys from |
158
+
|`IMPORT_GITHUB_PUB_KEYS`| ssh || GitHub user to import SSH keys from |
159
+
|`IMPORT_PUB_KEYS`| ssh || Additional SSH public keys to load, comma separated |
160
+
|`SSH_CONFIG`| ssh || The whole content of the `.ssh/config` file |
161
+
|`SSH_KNOWN_HOSTS`| ssh || The whole content of the `.ssh/known_hosts` file |
162
+
|`SSH_PRIVATE_KEY`| ssh || A SSH private key to load in an `ssh-agent`, useful if you run a SSH container with commands ||
163
+
|`ENV`| ssh || The name of the environment to show on the shell prompt |
164
+
|`PHP_INI_OVERRIDE`| fpm, ssh || Allow overriding php.ini settings. Simply the multiline content for a php.ini here. Use "\n" for multiline i.e. in ECS |
165
+
|`PHP_FPM_OVERRIDE`| fpm || Allow overriding php-fpm pool settings. The multiline content for php-fpm.conf here. Use "\n" for multiline i.e. in ECS |
166
+
|`PHP_EXTENSIONS`| fpm, ssh | (all) | Comma separated list of PHP extensions to enable (if this is not set, all are enabled). |
167
+
|`PHP_DISABLE_EXTENSIONS`| fpm, ssh || Comma separated list of PHP extensions to disable (in case you keep all enabled, you can disable individual ones, i.e. igbinary). |
0 commit comments