Library Switching functionality

This commit is contained in:
Stefan Hardegger
2025-08-20 15:10:40 +02:00
parent 5e347f2e2e
commit 6128d61349
24 changed files with 2934 additions and 94 deletions

View File

@@ -42,6 +42,7 @@ services:
- STORYCOVE_CORS_ALLOWED_ORIGINS=${STORYCOVE_CORS_ALLOWED_ORIGINS:-http://localhost:3000,http://localhost:6925}
volumes:
- images_data:/app/images
- library_config:/app/config
depends_on:
- postgres
- typesense
@@ -75,6 +76,7 @@ volumes:
postgres_data:
typesense_data:
images_data:
library_config:
configs:
nginx_config:
@@ -91,7 +93,7 @@ configs:
}
server {
listen 80;
client_max_body_size 10M;
client_max_body_size 256M;
location / {
proxy_pass http://frontend;
proxy_http_version 1.1;