Reactive-Resume icon indicating copy to clipboard operation
Reactive-Resume copied to clipboard

[Question] Deploy without need for S3 bucket

Open gymnae opened this issue 2 years ago • 3 comments

Is your feature request related to a problem? Please describe. I tried to deploy via docker-compose and saw that the spinup failed due to missing S3 data in the ENV variables. According to the documentation S3 is used for storing user profile images. Since I don't have an AWS account at the moment but enough storage on the host, I wonder if this could be avoided

Describe the solution you'd like Deploy isolated to a host, with all data stored locally either in named volumes or host mounted folders

gymnae avatar May 19 '22 07:05 gymnae

Related to https://github.com/AmruthPillai/Reactive-Resume/issues/830

modem7 avatar May 29 '22 01:05 modem7

https://github.com/AmruthPillai/Reactive-Resume/pull/906

Once this gets approved & merged, add environmental variable: STORAGE_S3_ENABLED=false

dvd741-a avatar Jun 06 '22 18:06 dvd741-a

@Gymnae - Should be resolved with above ENV variable value put to false

dvd741-a avatar Jun 20 '22 14:06 dvd741-a