add recroding uploads
This commit is contained in:
parent
22006d8ae1
commit
bc07cbaa0a
3 changed files with 7 additions and 2 deletions
|
@ -51,6 +51,7 @@ services:
|
|||
- theme_data:/var/www/html/theme
|
||||
- image_upload:/var/www/html/public/uploads/images
|
||||
- theme_assests_data:/var/www/html/public/theme
|
||||
- recording_uploads:/var/www/html/data/recording
|
||||
networks:
|
||||
- external
|
||||
- internal
|
||||
|
@ -111,4 +112,5 @@ volumes:
|
|||
mariadb:
|
||||
image_upload:
|
||||
theme_data:
|
||||
theme_assests_data:
|
||||
theme_assests_data:
|
||||
recording_uploads:
|
|
@ -97,6 +97,7 @@ services:
|
|||
- theme_data:/var/www/html/theme
|
||||
- image_upload:/var/www/html/public/uploads/images
|
||||
- theme_assests_data:/var/www/html/public/theme
|
||||
- recording_uploads:/var/www/html/data/recording
|
||||
networks:
|
||||
- external
|
||||
- internal
|
||||
|
@ -173,4 +174,5 @@ volumes:
|
|||
caddy_config:
|
||||
image_upload:
|
||||
theme_data:
|
||||
theme_assests_data:
|
||||
theme_assests_data:
|
||||
recording_uploads:
|
1
setup.sh
1
setup.sh
|
@ -159,6 +159,7 @@ if [ -d /var/lib/docker/volumes/$APP_NAME_theme_data ]; then
|
|||
chown -R $DOCKER_VOLUME_OWNER /var/lib/docker/volumes/jitsi-admin_image_upload
|
||||
chown -R $DOCKER_VOLUME_OWNER /var/lib/docker/volumes/jitsi-admin_theme_data
|
||||
chown -R $DOCKER_VOLUME_OWNER /var/lib/docker/volumes/jitsi-admin_theme_assests_data
|
||||
chown -R $DOCKER_VOLUME_OWNER /var/lib/docker/volumes/jitsi-admin_recording_uploads
|
||||
fi
|
||||
|
||||
RED='\033[0;31m'
|
||||
|
|
Loading…
Add table
Reference in a new issue