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.
 
 
 

278 line
11 KiB

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