Thuenen-GeoNode-Development / thuenen_atlas

The Thünen Atlas GeoNode project
1 stars 0 forks source link

Rebuilding container drops all uploaded files #13

Closed ridoo closed 6 months ago

ridoo commented 6 months ago

When container gets rebuilt, all uploaded files get deleted as they are stored by default under the PROJECT_ROOT which points to an inner container path. The default upstream settings override this:

MEDIA_ROOT=/mnt/volumes/statics/uploaded/

/mnt/volumes/statics/ is a docker volume and should keep the files unless the volumes do not get deleted explicitly (by docker volume rm or docker compose down -v)

Let's take over MEDIA_ROOT andSTATIC_ROOTand place them in thesettings_override.py`.