aboutsummaryrefslogtreecommitdiffstats
path: root/.ddev/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.ddev/config.yaml')
-rw-r--r--.ddev/config.yaml12
1 files changed, 3 insertions, 9 deletions
diff --git a/.ddev/config.yaml b/.ddev/config.yaml
index 2d25e44..abf1f85 100644
--- a/.ddev/config.yaml
+++ b/.ddev/config.yaml
@@ -1,22 +1,16 @@
---
name: hubzilla
type: php
-docroot: ""
+docroot: "core"
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: []
+webimage_extra_packages: [php-gd, php-imagick]
+working_dir: { web: '/var/www/html/core' }
nodejs_version: "16"
hooks: