aboutsummaryrefslogblamecommitdiffstats
path: root/.ddev/config.yaml
blob: 2d25e44ef25a31185f788ef0f9c6a91b4bddb9bc (plain) (tree)























                                                                                              
---
name: hubzilla
type: php
docroot: ""
php_version: "8.1"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
xdebug_enabled: false
additional_hostnames: []
additional_fqdns: []
database:
  type: postgres
  version: "14"
nfs_mount_enabled: false
mutagen_enabled: false
use_dns_when_possible: true
composer_version: "2"
web_environment: []
nodejs_version: "16"

hooks:
  post-start:
    - exec: 'cp .ddev/nginx_full/nginx-hubzilla.conf.example .ddev/nginx_full/nginx-site.conf'