server icon indicating copy to clipboard operation
server copied to clipboard

Wrong .prod.env values for LOCAL_PROJECTS and TEMP_DIR

Open uprel opened this issue 1 year ago • 2 comments

This lines in .prod.env cannot be like this:

https://github.com/MerginMaps/server/blob/a0cf751bdc0537a859edb83653004dc158ec5c29/.prod.env#L12

https://github.com/MerginMaps/server/blob/a0cf751bdc0537a859edb83653004dc158ec5c29/.prod.env#L27

Using this configuration I ended up with such folder names in docker: image

This is surelly wrong, so I commented lines out to use default values.

uprel avatar Mar 24 '24 12:03 uprel

Actually LOCAL_PROJECTS should be this to match value in docker-compose.yml LOCAL_PROJECTS=/data

and then matching TEMP_DIR could go to commented value: TEMP_DIR=/data/tmp

uprel avatar Mar 24 '24 19:03 uprel

Thanks for the report @uprel, we'll fix it for the next release

tomasMizera avatar Mar 27 '24 13:03 tomasMizera

@jozef-budac follow instructions in PR and try it again. Just quick test :)

MarcelGeo avatar Apr 18 '24 10:04 MarcelGeo

It looks fixed in the new version.

jozef-budac avatar Apr 19 '24 07:04 jozef-budac