Separate widgets sounds directory and make it a docker volume

This commit is contained in:
2026-03-12 16:55:00 +01:00
parent 166707b164
commit 26274c3f31
3 changed files with 3 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ services:
- CHGRID_MEDIA_PROXY_SESSION_CHECK_URL=http://server:4474/auth/session/check
ports:
- "127.0.0.1:4474:80"
volumes:
- ./sounds/widgets:/usr/share/nginx/html/sounds/widgets
depends_on:
- server