25 lines
432 B
YAML
25 lines
432 B
YAML
version: '3.6'
|
|
|
|
services:
|
|
web:
|
|
environment:
|
|
- TYPO3_CONTEXT=Development/Ddev
|
|
- DDEV_UID
|
|
- DDEV_GID
|
|
volumes:
|
|
- type: volume
|
|
source: var
|
|
target: /var/www/html/var
|
|
volume:
|
|
nocopy: true
|
|
- type: volume
|
|
source: vendor
|
|
target: /var/www/html/vendor
|
|
volume:
|
|
nocopy: true
|
|
volumes:
|
|
vendor:
|
|
driver: local
|
|
var:
|
|
driver: local
|