Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: craftcms/ddev-craft-cloud
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.4.8
Choose a base ref
...
head repository: craftcms/ddev-craft-cloud
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 15 commits
  • 3 files changed
  • 2 contributors

Commits on Jan 21, 2024

  1. CRAFT_ALLOW_SUPERUSER: 1

    timkelty committed Jan 21, 2024
    Copy the full SHA
    d75388f View commit details

Commits on Jan 22, 2024

  1. Fix bref

    timkelty committed Jan 22, 2024
    Copy the full SHA
    e809eb0 View commit details
  2. Mount into opt

    timkelty committed Jan 22, 2024
    Copy the full SHA
    7e81234 View commit details
  3. Remove scandir

    timkelty committed Jan 22, 2024
    Copy the full SHA
    d461678 View commit details

Commits on Feb 9, 2024

  1. Copy the full SHA
    32e4060 View commit details
  2. Disable queue

    timkelty committed Feb 9, 2024
    Copy the full SHA
    e623096 View commit details

Commits on Feb 18, 2024

  1. Force Craft Cloud

    timkelty committed Feb 18, 2024
    Copy the full SHA
    7ec6cac View commit details

Commits on Apr 13, 2024

  1. Copy the full SHA
    76c3973 View commit details

Commits on Apr 17, 2024

  1. Set vals to true

    timkelty committed Apr 17, 2024
    Copy the full SHA
    cdf669c View commit details

Commits on Jun 6, 2024

  1. Remove env var in container

    timkelty committed Jun 6, 2024
    Copy the full SHA
    497118e View commit details

Commits on Jul 31, 2024

  1. Copy the full SHA
    dce03d3 View commit details

Commits on Sep 24, 2024

  1. Copy the full SHA
    ced77f4 View commit details

Commits on Nov 18, 2024

  1. Copy the full SHA
    e7fc7f4 View commit details

Commits on Jan 12, 2025

  1. Copy the full SHA
    61399af View commit details

Commits on Mar 8, 2025

  1. Copy the full SHA
    5f9a32b View commit details
Showing with 20 additions and 13 deletions.
  1. +11 −11 craft-cloud/bref/.env.static
  2. +2 −0 craft-cloud/bref/Dockerfile
  3. +7 −2 docker-compose.bref.yaml
22 changes: 11 additions & 11 deletions craft-cloud/bref/.env.static
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ddev-generated
BREF_BINARY_RESPONSES=1
CRAFT_ALLOW_UPDATES=0
CRAFT_BACKUP_COMMAND=0
CRAFT_BACKUP_ON_UPDATE=0
BREF_BINARY_RESPONSES=true
CRAFT_ALLOW_UPDATES=false
CRAFT_BACKUP_COMMAND=false
CRAFT_BACKUP_ON_UPDATE=false
CRAFT_BASE_PATH=/var/task
CRAFT_CLOUD_BUILD_ID=
CRAFT_CLOUD_SIGNING_KEY=
@@ -18,19 +18,19 @@ CRAFT_DB_SCHEMA=public
CRAFT_DB_SERVER=
CRAFT_DB_TABLE_PREFIX=
CRAFT_DB_USER=
CRAFT_EPHEMERAL=1
CRAFT_EPHEMERAL=true
CRAFT_IMAGE_DRIVER=gd
CRAFT_LOG_ALLOW_LINE_BREAKS=0
CRAFT_LOG_ALLOW_LINE_BREAKS=false
CRAFT_MAX_UPLOAD_FILE_SIZE=200000000
CRAFT_OMIT_SCRIPT_NAME_IN_URLS=1
CRAFT_OMIT_SCRIPT_NAME_IN_URLS=true
CRAFT_PATH_PARAM=
CRAFT_RESTORE_COMMAND=0
CRAFT_RUN_QUEUE_AUTOMATICALLY=0
CRAFT_SANITIZE_CP_IMAGE_UPLOADS=0
CRAFT_RESTORE_COMMAND=false
CRAFT_RUN_QUEUE_AUTOMATICALLY=false
CRAFT_SANITIZE_CP_IMAGE_UPLOADS=false
CRAFT_SECRETS_PATH=
CRAFT_SECURITY_KEY=
CRAFT_STORAGE_PATH=/tmp/craft-storage
CRAFT_STREAM_LOG=1
CRAFT_STREAM_LOG=true
CRAFT_WEB_ROOT=/var/task/web
RUNTIME_CLASS=craft\cloud\runtime\Runtime
SCRIPT_NAME=/index.php
2 changes: 2 additions & 0 deletions craft-cloud/bref/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#ddev-generated
FROM bref/php-82-fpm-dev:2
COPY --from=bref/extra-gd-php-82:1 /opt /opt
RUN mkdir -p /tmp/craft-storage
RUN chmod 777 /tmp/craft-storage
9 changes: 7 additions & 2 deletions docker-compose.bref.yaml
Original file line number Diff line number Diff line change
@@ -15,15 +15,18 @@ services:
HTTP_EXPOSE: "8000:8000"
HTTPS_EXPOSE: "8081:8000"
PHP_IDE_CONFIG: serverName=bref
PHP_INI_SCAN_DIR: /var/task/.ddev/craft-cloud/bref/php
CRAFT_ALLOW_SUPERUSER: 1
CRAFT_CLOUD: 1
CRAFT_CLOUD_PROJECT_ID: craft-cloud-project-id
CRAFT_CLOUD_ENVIRONMENT_ID: craft-cloud-environment-id
CRAFT_CLOUD_BUILD_ID: craft-cloud-build-id
CRAFT_CLOUD_STORAGE_ENDPOINT: http://minio.ddev-${DDEV_PROJECT}.orb.local:10101
CRAFT_CLOUD_CDN_BASE_URL: https://${DDEV_PROJECT}:10101/${DDEV_PROJECT}
CRAFT_CLOUD_CDN_BASE_URL: https://${DDEV_PROJECT}.ddev.site:10101/craft-cloud-project-id
CRAFT_CLOUD_ACCESS_KEY: ddevminio
CRAFT_CLOUD_ACCESS_SECRET: ddevminio
CRAFT_CLOUD_REGION: us-west-1
CRAFT_CLOUD_USE_ASSET_BUNDLE_CDN: 0
CRAFT_CLOUD_USE_QUEUE: 0
external_links:
- ddev-router:${DDEV_PROJECT}.ddev.site
labels:
@@ -32,3 +35,5 @@ services:
volumes:
- .:/mnt/ddev_config
- ${DDEV_APPROOT}:/var/task:ro
- ${DDEV_APPROOT}/.ddev/craft-cloud/bref/php/conf.d/php.ini:/opt/bref/etc/php/conf.d/ddev.ini
- ${DDEV_APPROOT}/.ddev/craft-cloud/bref/php/conf.dev.d/php.ini:/opt/bref/etc/php/conf.d/dev.ddev.ini