Skip to content

Commit

Permalink
Fix bref
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed Jan 22, 2024
1 parent d75388f commit e809eb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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
3 changes: 2 additions & 1 deletion docker-compose.bref.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,15 @@ services:
- "8000"
env_file:
- ./craft-cloud/bref/.env.static
- ${DDEV_APPROOT}/.env
environment:
HANDLER: ${DDEV_DOCROOT}/index.php
DOCUMENT_ROOT: ${DDEV_DOCROOT}
VIRTUAL_HOST: $DDEV_HOSTNAME
HTTP_EXPOSE: "8000:8000"
HTTPS_EXPOSE: "8081:8000"
PHP_IDE_CONFIG: serverName=bref
PHP_INI_SCAN_DIR: /var/task/.ddev/craft-cloud/bref/php
PHP_INI_SCAN_DIR: ":/var/task/.ddev/craft-cloud/bref/php/conf.d:/var/task/.ddev/craft-cloud/bref/php/conf.dev.d"
CRAFT_ALLOW_SUPERUSER: 1
CRAFT_CLOUD_PROJECT_ID: craft-cloud-project-id
CRAFT_CLOUD_ENVIRONMENT_ID: craft-cloud-environment-id
Expand Down

0 comments on commit e809eb0

Please sign in to comment.