Where are images and attachments stored?

I am running a newly setup Discourse.
Where do images and file attachments end up? In the same file system as Discourse somewhere?

Can images and attachments be offloaded to Azure Blob Storage?

1 Like

Images are stored on the same system, but outside the docker where Discourse is running. You can configure the local location in your app.yml file.

At this time we do not support Azure Blob Storage for uploads. We currently support Amazon s3, but are open to expanding this. You may wish to review Extend S3 configuration for other s3 API compatible cloud storage solutions.

2 Likes

/var/discourse/shared/standalone/uploads/default

4 Likes