aboutsummaryrefslogtreecommitdiffstats
path: root/.ddev/config.yaml
blob: b7014146fb47f2b0879738f5bbd263795b0de1a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
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
  - php8.1-yaml
working_dir: { web: '/var/www/html/core' }
nodejs_version: "16"