Skip to content

Commit

Permalink
Merge remote-tracking branch 'navarr/patch-1' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	environments/magento2/magento2.base.yml
  • Loading branch information
davidalger committed May 21, 2020
2 parents d61a2b3 + f9c081c commit 80d3666
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions environments/includes/blackfire.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
- TRAEFIK_SUBDOMAIN
- SSH_AUTH_SOCK=/tmp/ssh-auth.sock
- NODE_VERSION=${NODE_VERSION:-10}
- COMPOSER_MEMORY_LIMIT=-1
volumes: *volumes
extra_hosts: *extra_hosts
depends_on:
Expand Down
2 changes: 2 additions & 0 deletions environments/includes/php-fpm.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
- TRAEFIK_SUBDOMAIN
- SSH_AUTH_SOCK=/tmp/ssh-auth.sock
- NODE_VERSION=${NODE_VERSION:-10}
- COMPOSER_MEMORY_LIMIT=-1
volumes: *volumes
extra_hosts: *extra_hosts

Expand All @@ -28,6 +29,7 @@ services:
- TRAEFIK_SUBDOMAIN
- SSH_AUTH_SOCK=/tmp/ssh-auth.sock
- NODE_VERSION=${NODE_VERSION:-10}
- COMPOSER_MEMORY_LIMIT=-1
- PHP_IDE_CONFIG=serverName=${WARDEN_ENV_NAME}-docker
volumes: *volumes
extra_hosts: *extra_hosts
Expand Down

0 comments on commit 80d3666

Please sign in to comment.