AppZ Standard Volumes
Here is the list of standard volumes available on every AppZ image.
/appz/log
All logs are kept in this volume. The files in this folder are automatically send to the default log-collector using fluentd. This volume is not required persistent mount.
/appz/home
This volume is meant for keep configuration, credentials and certificates. Please review the individual image's documention for mounting requirements.
/appz/cache
Temporary files go to this volume. Persistent mount is not required.
/appz/data
Application data can be saved on this volume for persistence. Ensure that a volume clain is declared in the appz.yml to enable persistent mount.
/appz/backup
Application backup are saved in this volume. Please refer individual image's documentation for persistence mount requirements.