Skip to content

Commit

Permalink
Remove cloud config
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Dec 22, 2023
1 parent 7077968 commit 275f508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
12 changes: 0 additions & 12 deletions craft-cloud/config/cloud.php

This file was deleted.

3 changes: 2 additions & 1 deletion docker-compose.bref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ services:
HTTP_EXPOSE: "8000:8000"
HTTPS_EXPOSE: "8081:8000"
PHP_IDE_CONFIG: serverName=bref
CRAFT_CLOUD_S3_ENDPOINT: http://minio.${DDEV_PROJECT}.orb.local:10101
external_links:
- ddev-router:${DDEV_PROJECT}.ddev.site
labels:
com.ddev.site-name: ${DDEV_SITENAME}
com.ddev.approot: $DDEV_APPROOT
volumes:
- .:/mnt/ddev_config
- ${DDEV_APPROOT}:/var/task:ro
- ./craft-cloud/php:/var/task/php:ro
- ./craft-cloud/config/cloud.php:/var/task/config/cloud.php:ro
- ${DDEV_APPROOT}:/var/task:ro

0 comments on commit 275f508

Please sign in to comment.