Closed
Description
- ATOMIC_CONFIG_DIR: dir for config files (keys, TLS)
- ATOMIC_DATA_DIR: dir for all DB storage + uploads
- ATOMIC_CONFIG_FILE_PATH (deprecated): links directly to KV store
- ATOMIC_STORE_PATH (deprecated): links directly to
The latter two are currently used in the docker files. This is bad, because I suspect this means that docker images lose some data when turned on / off (such as uploads).
Also, I'm concerned the search index has to be re-built every time the image is shut down. Not a huge deal, but would be better if persisted.
- Get rid of deprecated ENVsMake sure dockerfiles persist uploads + search cache
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
joepio commentedon Dec 7, 2023
I've changed the
ENV
s in docker files.Remove deprecated ENV vars #732