You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

282 rivejä
11 KiB

  1. name: imaq
  2. type: php
  3. docroot: public
  4. php_version: "8.2"
  5. webserver_type: nginx-fpm
  6. xdebug_enabled: false
  7. additional_hostnames: []
  8. additional_fqdns: []
  9. database:
  10. type: mariadb
  11. version: "10.11"
  12. use_dns_when_possible: true
  13. composer_version: "2"
  14. web_environment: []
  15. corepack_enable: false
  16. router_http_port: 8082
  17. router_https_port: 8454
  18. # Key features of DDEV's config.yaml:
  19. # name: <projectname> # Name of the project, automatically provides
  20. # http://projectname.ddev.site and https://projectname.ddev.site
  21. # type: <projecttype> # backdrop, craftcms, django4, drupal, drupal6, drupal7, laravel, magento, magento2, php, python, shopware6, silverstripe, typo3, wordpress
  22. # See https://ddev.readthedocs.io/en/stable/users/quickstart/ for more
  23. # information on the different project types
  24. # "drupal" covers recent Drupal 8+
  25. # docroot: <relative_path> # Relative path to the directory containing index.php.
  26. # php_version: "8.2" # PHP version to use, "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"
  27. # You can explicitly specify the webimage but this
  28. # is not recommended, as the images are often closely tied to DDEV's' behavior,
  29. # so this can break upgrades.
  30. # webimage: <docker_image> # nginx/php docker image.
  31. # database:
  32. # type: <dbtype> # mysql, mariadb, postgres
  33. # version: <version> # database version, like "10.11" or "8.0"
  34. # MariaDB versions can be 5.5-10.8, 10.11, and 11.4.
  35. # MySQL versions can be 5.5-8.0.
  36. # PostgreSQL versions can be 9-16.
  37. # router_http_port: <port> # Port to be used for http (defaults to global configuration, usually 80)
  38. # router_https_port: <port> # Port for https (defaults to global configuration, usually 443)
  39. # xdebug_enabled: false # Set to true to enable Xdebug and "ddev start" or "ddev restart"
  40. # Note that for most people the commands
  41. # "ddev xdebug" to enable Xdebug and "ddev xdebug off" to disable it work better,
  42. # as leaving Xdebug enabled all the time is a big performance hit.
  43. # xhprof_enabled: false # Set to true to enable Xhprof and "ddev start" or "ddev restart"
  44. # Note that for most people the commands
  45. # "ddev xhprof" to enable Xhprof and "ddev xhprof off" to disable it work better,
  46. # as leaving Xhprof enabled all the time is a big performance hit.
  47. # webserver_type: nginx-fpm, apache-fpm, or nginx-gunicorn
  48. # timezone: Europe/Berlin
  49. # This is the timezone used in the containers and by PHP;
  50. # it can be set to any valid timezone,
  51. # see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  52. # For example Europe/Dublin or MST7MDT
  53. # composer_root: <relative_path>
  54. # Relative path to the Composer root directory from the project root. This is
  55. # the directory which contains the composer.json and where all Composer related
  56. # commands are executed.
  57. # composer_version: "2"
  58. # You can set it to "" or "2" (default) for Composer v2 or "1" for Composer v1
  59. # to use the latest major version available at the time your container is built.
  60. # It is also possible to use each other Composer version channel. This includes:
  61. # - 2.2 (latest Composer LTS version)
  62. # - stable
  63. # - preview
  64. # - snapshot
  65. # Alternatively, an explicit Composer version may be specified, for example "2.2.18".
  66. # To reinstall Composer after the image was built, run "ddev debug refresh".
  67. # nodejs_version: "20"
  68. # change from the default system Node.js version to any other version.
  69. # See https://ddev.readthedocs.io/en/stable/users/configuration/config/#nodejs_version for more information
  70. # and https://www.npmjs.com/package/n#specifying-nodejs-versions for the full documentation,
  71. # Note that using of 'ddev nvm' is discouraged because "nodejs_version" is much easier to use,
  72. # can specify any version, and is more robust than using 'nvm'.
  73. # corepack_enable: false
  74. # Change to 'true' to 'corepack enable' and gain access to latest versions of yarn/pnpm
  75. # additional_hostnames:
  76. # - somename
  77. # - someothername
  78. # would provide http and https URLs for "somename.ddev.site"
  79. # and "someothername.ddev.site".
  80. # additional_fqdns:
  81. # - example.com
  82. # - sub1.example.com
  83. # would provide http and https URLs for "example.com" and "sub1.example.com"
  84. # Please take care with this because it can cause great confusion.
  85. # upload_dirs: "custom/upload/dir"
  86. #
  87. # upload_dirs:
  88. # - custom/upload/dir
  89. # - ../private
  90. #
  91. # would set the destination paths for ddev import-files to <docroot>/custom/upload/dir
  92. # When Mutagen is enabled this path is bind-mounted so that all the files
  93. # in the upload_dirs don't have to be synced into Mutagen.
  94. # disable_upload_dirs_warning: false
  95. # If true, turns off the normal warning that says
  96. # "You have Mutagen enabled and your 'php' project type doesn't have upload_dirs set"
  97. # ddev_version_constraint: ""
  98. # Example:
  99. # ddev_version_constraint: ">= 1.22.4"
  100. # This will enforce that the running ddev version is within this constraint.
  101. # See https://github.com/Masterminds/semver#checking-version-constraints for
  102. # supported constraint formats
  103. # working_dir:
  104. # web: /var/www/html
  105. # db: /home
  106. # would set the default working directory for the web and db services.
  107. # These values specify the destination directory for ddev ssh and the
  108. # directory in which commands passed into ddev exec are run.
  109. # omit_containers: [db, ddev-ssh-agent]
  110. # Currently only these containers are supported. Some containers can also be
  111. # omitted globally in the ~/.ddev/global_config.yaml. Note that if you omit
  112. # the "db" container, several standard features of DDEV that access the
  113. # database container will be unusable. In the global configuration it is also
  114. # possible to omit ddev-router, but not here.
  115. # performance_mode: "global"
  116. # DDEV offers performance optimization strategies to improve the filesystem
  117. # performance depending on your host system. Should be configured globally.
  118. #
  119. # If set, will override the global config. Possible values are:
  120. # - "global": uses the value from the global config.
  121. # - "none": disables performance optimization for this project.
  122. # - "mutagen": enables Mutagen for this project.
  123. # - "nfs": enables NFS for this project.
  124. #
  125. # See https://ddev.readthedocs.io/en/stable/users/install/performance/#nfs
  126. # See https://ddev.readthedocs.io/en/stable/users/install/performance/#mutagen
  127. # fail_on_hook_fail: False
  128. # Decide whether 'ddev start' should be interrupted by a failing hook
  129. # host_https_port: "59002"
  130. # The host port binding for https can be explicitly specified. It is
  131. # dynamic unless otherwise specified.
  132. # This is not used by most people, most people use the *router* instead
  133. # of the localhost port.
  134. # host_webserver_port: "59001"
  135. # The host port binding for the ddev-webserver can be explicitly specified. It is
  136. # dynamic unless otherwise specified.
  137. # This is not used by most people, most people use the *router* instead
  138. # of the localhost port.
  139. # host_db_port: "59002"
  140. # The host port binding for the ddev-dbserver can be explicitly specified. It is dynamic
  141. # unless explicitly specified.
  142. # mailpit_http_port: "8025"
  143. # mailpit_https_port: "8026"
  144. # The Mailpit ports can be changed from the default 8025 and 8026
  145. # host_mailpit_port: "8025"
  146. # The mailpit port is not normally bound on the host at all, instead being routed
  147. # through ddev-router, but it can be bound directly to localhost if specified here.
  148. # webimage_extra_packages: [php7.4-tidy, php-bcmath]
  149. # Extra Debian packages that are needed in the webimage can be added here
  150. # dbimage_extra_packages: [telnet,netcat]
  151. # Extra Debian packages that are needed in the dbimage can be added here
  152. # use_dns_when_possible: true
  153. # If the host has internet access and the domain configured can
  154. # successfully be looked up, DNS will be used for hostname resolution
  155. # instead of editing /etc/hosts
  156. # Defaults to true
  157. # project_tld: ddev.site
  158. # The top-level domain used for project URLs
  159. # The default "ddev.site" allows DNS lookup via a wildcard
  160. # If you prefer you can change this to "ddev.local" to preserve
  161. # pre-v1.9 behavior.
  162. # ngrok_args: --basic-auth username:pass1234
  163. # Provide extra flags to the "ngrok http" command, see
  164. # https://ngrok.com/docs/ngrok-agent/config or run "ngrok http -h"
  165. # disable_settings_management: false
  166. # If true, DDEV will not create CMS-specific settings files like
  167. # Drupal's settings.php/settings.ddev.php or TYPO3's additional.php
  168. # In this case the user must provide all such settings.
  169. # You can inject environment variables into the web container with:
  170. # web_environment:
  171. # - SOMEENV=somevalue
  172. # - SOMEOTHERENV=someothervalue
  173. # no_project_mount: false
  174. # (Experimental) If true, DDEV will not mount the project into the web container;
  175. # the user is responsible for mounting it manually or via a script.
  176. # This is to enable experimentation with alternate file mounting strategies.
  177. # For advanced users only!
  178. # bind_all_interfaces: false
  179. # If true, host ports will be bound on all network interfaces,
  180. # not the localhost interface only. This means that ports
  181. # will be available on the local network if the host firewall
  182. # allows it.
  183. # default_container_timeout: 120
  184. # The default time that DDEV waits for all containers to become ready can be increased from
  185. # the default 120. This helps in importing huge databases, for example.
  186. #web_extra_exposed_ports:
  187. #- name: nodejs
  188. # container_port: 3000
  189. # http_port: 2999
  190. # https_port: 3000
  191. #- name: something
  192. # container_port: 4000
  193. # https_port: 4000
  194. # http_port: 3999
  195. # Allows a set of extra ports to be exposed via ddev-router
  196. # Fill in all three fields even if you don’t intend to use the https_port!
  197. # If you don’t add https_port, then it defaults to 0 and ddev-router will fail to start.
  198. #
  199. # The port behavior on the ddev-webserver must be arranged separately, for example
  200. # using web_extra_daemons.
  201. # For example, with a web app on port 3000 inside the container, this config would
  202. # expose that web app on https://<project>.ddev.site:9999 and http://<project>.ddev.site:9998
  203. # web_extra_exposed_ports:
  204. # - name: myapp
  205. # container_port: 3000
  206. # http_port: 9998
  207. # https_port: 9999
  208. #web_extra_daemons:
  209. #- name: "http-1"
  210. # command: "/var/www/html/node_modules/.bin/http-server -p 3000"
  211. # directory: /var/www/html
  212. #- name: "http-2"
  213. # command: "/var/www/html/node_modules/.bin/http-server /var/www/html/sub -p 3000"
  214. # directory: /var/www/html
  215. # override_config: false
  216. # By default, config.*.yaml files are *merged* into the configuration
  217. # But this means that some things can't be overridden
  218. # For example, if you have 'use_dns_when_possible: true'' you can't override it with a merge
  219. # and you can't erase existing hooks or all environment variables.
  220. # However, with "override_config: true" in a particular config.*.yaml file,
  221. # 'use_dns_when_possible: false' can override the existing values, and
  222. # hooks:
  223. # post-start: []
  224. # or
  225. # web_environment: []
  226. # or
  227. # additional_hostnames: []
  228. # can have their intended affect. 'override_config' affects only behavior of the
  229. # config.*.yaml file it exists in.
  230. # Many DDEV commands can be extended to run tasks before or after the
  231. # DDEV command is executed, for example "post-start", "post-import-db",
  232. # "pre-composer", "post-composer"
  233. # See https://ddev.readthedocs.io/en/stable/users/extend/custom-commands/ for more
  234. # information on the commands that can be extended and the tasks you can define
  235. # for them. Example:
  236. #hooks: