fix(admin): serve media from private storage
This commit is contained in:
parent
d9da86dd46
commit
faddaa91d0
14 changed files with 114 additions and 20 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue