docker-freescout icon indicating copy to clipboard operation
docker-freescout copied to clipboard

S3 as file storage

Open Wouter0100 opened this issue 3 years ago • 3 comments

Description of the feature The ability to use an S3 bucket as file storage. This is possible by providing custom ENV vars.

Benefits of feature Being able to move around easier and not relying on local storage for backups. S3 has in general a better data guarantee.

Wouter0100 avatar Dec 04 '21 18:12 Wouter0100

I would appreciate that too, but it would be best to make this feature suggestion in the actual repository not just the Docker image as they are two seperate things. Note, I have it working under S3 but it needs manual work on the users end to setup via S3QL.

tiredofit avatar Dec 04 '21 18:12 tiredofit

Yeah, I know - but there was an issue in the Freescout repository that was closed because it is already possible by correctly configuring Laravel. That's why I opened it here, as it would be awesome to have that as part of the docker image.

Wouter0100 avatar Dec 04 '21 19:12 Wouter0100

You could deploy into fargate and use EFS for mapping of persistent storage... This is something I do already.

Nimdy avatar Apr 27 '22 10:04 Nimdy