Initial commit
This commit is contained in:
commit
be82611686
7 changed files with 612 additions and 0 deletions
6
.ddev/docker-compose.environment.yaml
Normal file
6
.ddev/docker-compose.environment.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
version: '3.6'
|
||||
|
||||
services:
|
||||
web:
|
||||
environment:
|
||||
- TYPO3_CONTEXT=Development
|
Reference in a new issue