fix: add STORAGE_PATH to production docker-compose

Ensures STORAGE_PATH environment variable is explicitly set in
production deployments to prevent path resolution issues when
serving thumbnails and other storage-related operations.
This commit is contained in:
Paul Nothaft
2026-01-17 15:48:15 +01:00
parent 3ccb8154eb
commit cdda709886
+1
View File
@@ -46,6 +46,7 @@ services:
- NODE_ENV=production
- DB_HOST=${DB_HOST:-postgres}
- REDIS_HOST=redis
- STORAGE_PATH=/app/storage
- PHOTOS_DIR=/app/storage/events
- PICPEAK_RELEASE_CHANNEL=${PICPEAK_CHANNEL:-stable}
volumes: