rating display fix & directory mapping

This commit is contained in:
Stefan Hardegger
2026-06-05 20:38:44 +02:00
parent f4ffe67505
commit ca20e54115
4 changed files with 83 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ services:
ports:
- "6925:80"
volumes:
- images_data:/app/images:ro
- /volume1/docker/storycove/images:/app/images:ro
configs:
- source: nginx_config
target: /etc/nginx/nginx.conf
@@ -42,9 +42,9 @@ services:
- APP_PASSWORD=${APP_PASSWORD}
- STORYCOVE_CORS_ALLOWED_ORIGINS=${STORYCOVE_CORS_ALLOWED_ORIGINS:-http://localhost:3000,http://localhost:6925}
volumes:
- images_data:/app/images
- library_config:/app/config
- automatic_backups:/app/automatic-backups
- /volume1/docker/storycove/images:/app/images
- /volume1/docker/storycove/config:/app/config
- /volume1/docker/storycove/backups:/app/automatic-backups
depends_on:
postgres:
condition: service_healthy
@@ -63,7 +63,7 @@ services:
- POSTGRES_USER=storycove
- POSTGRES_PASSWORD=${DB_PASSWORD}
volumes:
- postgres_data:/var/lib/postgresql/data
- /volume1/docker/storycove/postgres:/var/lib/postgresql/data
networks:
- storycove-network
healthcheck:
@@ -83,7 +83,7 @@ services:
- SOLR_HEAP=512m
- SOLR_JAVA_MEM=-Xms256m -Xmx512m
volumes:
- solr_data:/var/solr
- /volume1/docker/storycove/solr:/var/solr
deploy:
resources:
limits:
@@ -102,13 +102,6 @@ services:
restart: unless-stopped
volumes:
postgres_data:
solr_data:
images_data:
library_config:
automatic_backups:
configs:
nginx_config:
content: |