aboutsummaryrefslogtreecommitdiffstats
path: root/.ddev/config.yaml
blob: 9b4d01d6e85c5b08af85aa20b8726c0ec14cb707 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
name: hubzilla
type: php
docroot: "core"
composer_root: "core"
php_version: "8.1"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
database:
  type: postgres
  version: "14"
webimage_extra_packages: [php-bcmath, php-gd, php-imagick, php-sodium]
working_dir: { web: '/var/www/html/core' }
nodejs_version: "16"