Skip to content
8 changes: 4 additions & 4 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fdsu
type: php
docroot: site/web
php_version: "7.3"
php_version: "7.4"
webserver_type: nginx-fpm
router_http_port: "80"
router_https_port: "443"
Expand All @@ -11,11 +11,11 @@ additional_fqdns:
- sizeup.firstduesizeup.test
database:
type: postgres
version: "14"
version: "15"
nfs_mount_enabled: false
mutagen_enabled: false
webimage_extra_packages: [php7.3-mailparse]
dbimage_extra_packages: [postgis,postgresql-14-postgis-3]
webimage_extra_packages: [php7.4-mailparse]
dbimage_extra_packages: [postgis,postgresql-15-postgis-3]
use_dns_when_possible: true
composer_version: "2"
web_environment: []
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.rabbitmq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ services:
hostname: ${DDEV_SITENAME}-rabbitmq
image: "rabbitmq:3-management"
ports:
- "15672:15672"
- "5672:5672"
- "15674:15674"
- "5674:5674"
environment:
- RABBITMQ_ERLANG_COOKIE=SWQOKODSQALRPCLNMEQG
- RABBITMQ_DEFAULT_USER=rabbitmq
Expand All @@ -22,4 +22,4 @@ services:
links:
- rabbitmq:rabbitmq
volumes:
rabbitmq:
rabbitmq:
2 changes: 1 addition & 1 deletion docker-compose.redis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ services:
volumes:
- ".:/mnt/ddev_config"
- "./redis:/usr/local/etc/redis"
command: ["redis-server", "/usr/local/etc/redis/redis.conf", "--requirepass yourpassword"]
command: ["redis-server", "/usr/local/etc/redis/redis.conf", "--requirepass 6nk9DL8AR79FrXtj7ZVugTJ7JJqEVv7n"]
Loading