Library Switching functionality
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user