fix(admin): serve media from private storage

This commit is contained in:
Schubert Ferenc 2026-07-03 23:45:33 +02:00
parent d9da86dd46
commit faddaa91d0
14 changed files with 114 additions and 20 deletions

View file

@ -18,11 +18,11 @@ services:
DOCKER_ENV: "true"
volumes:
- funktechnik-data:/app/data
- funktechnik-uploads:/app/public/uploads/images
- funktechnik-storage:/app/storage
- funktechnik-next-cache:/app/.next/cache
restart: unless-stopped
volumes:
funktechnik-data:
funktechnik-uploads:
funktechnik-storage:
funktechnik-next-cache: