Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .docker/env.dev.volumes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ services:
read_only: true
volume:
nocopy: true
- type: volume
source: typo3confext
target: /app/public/typo3conf/ext
read_only: true
volume:
nocopy: true
- type: volume
source: typo3temp
target: /app/private/typo3temp
Expand All @@ -19,6 +25,7 @@ services:
volumes:
- fileadmin:/app/private/fileadmin
- ./private/fileadmin/form_definitions:/app/private/fileadmin/form_definitions
- typo3confext:/app/private/typo3conf/ext
- typo3temp:/app/private/typo3temp
- var:/app/var
- ./var/labels:/app/var/labels
Expand All @@ -31,5 +38,6 @@ services:
volumes:
db:
fileadmin:
typo3confext:
typo3temp:
var:
8 changes: 8 additions & 0 deletions .docker/env.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ services:
read_only: true
volume:
nocopy: true
- type: volume
source: typo3confext
target: /app/public/typo3conf/ext
read_only: true
volume:
nocopy: true
- type: volume
source: typo3temp
target: /app/private/typo3temp
Expand All @@ -18,10 +24,12 @@ services:
typo3:
volumes:
- fileadmin:/app/private/fileadmin
- typo3confext:/app/private/typo3conf/ext
- typo3temp:/app/private/typo3temp
- var:/app/var

volumes:
fileadmin:
typo3confext:
typo3temp:
var: