bind uploads folder to local harddrive

This commit is contained in:
Ulf Gebhardt 2025-08-12 14:06:56 +02:00
parent d044143aa1
commit a64ed1b2bf
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -44,6 +44,11 @@ services:
condition: service_healthy
ports:
- 8055:8055
volumes:
- ./data/uploads:/directus/uploads
# This is not compatible with the current setup with directus-sync as this
# extension is installed before the volume bind onto the docker container
# - ./data/extensions:/directus/extensions
environment:
PUBLIC_URL: 'http://localhost'