runtime: Mount new runtime directory

This commit updates the runtime directory to include a couple of utility
scripts. These are mounted into every directory.
This commit is contained in:
Tom Wiesing 2023-09-20 10:10:48 +02:00
parent db67342709
commit 181b474c8f
No known key found for this signature in database
5 changed files with 5 additions and 83 deletions

View file

@ -37,6 +37,7 @@ services:
# volumes that are mounted
volumes:
- ${RUNTIME_DIR}:/runtime:ro
- ${DATA_PATH}/.composer:/var/www/.composer:rw
- ${DATA_PATH}/data:/var/www/data:rw
- ${DATA_PATH}/home:/var/www:rw