add recroding uploads

This commit is contained in:
holzi1005 2025-02-11 18:31:02 +01:00
parent 22006d8ae1
commit bc07cbaa0a
3 changed files with 7 additions and 2 deletions

View file

@ -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:

View file

@ -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:

View file

@ -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'