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.
 
 
 
 
 
 

284 line
11 KiB

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