grocy / grocy-docker

ERP beyond your fridge - now containerized - this is the docker repo of https://github.com/grocy/grocy
MIT License
411 stars 119 forks source link

Cleanup: remove references to legacy filesystem logging from build steps and container volume definitions #203

Closed jayaddison closed 1 year ago

jayaddison commented 1 year ago

Since the merge of #195, containers log to stderr and stdout instead of the container's filesystem.

jayaddison commented 1 year ago

After this merge, the only persistent volume for the grocy-docker containers will be the app-db volume associated with the backend container.

The merge of #188 in future could potentially re-introduce a persistent storage for the frontend container; a directory to hold webserver-related state in frontend containers.

Both containers also currently mount a single ephemeral volume -- a tmpfs mount at /tmp.