- Ensure consistent directory and file permissions on StorageBox mounts for improved container access across application and database services. - Introduce application-specific `storagebox_uid`/`gid` variables for more granular ownership control. - Enhance StorageBox mount reliability by adding systemd reload and remount handlers for configuration changes. - Add root credentials to Patroni's etcd configuration for authenticated communication. - Update all relevant documentation and deployment scripts to use the `iklimco` Docker stack name for database services. - Re-encrypt production vault secrets to include the new etcd password.
7 lines
260 B
YAML
7 lines
260 B
YAML
# DB node'larında StorageBox uid/gid=999 (mongodb ve postgres container user)
|
||
# davfs2 dosyaları uid 999 sahibi gösterir; container içi erişim açılır.
|
||
storagebox_dir_mode: "0777"
|
||
storagebox_file_mode: "0666"
|
||
storagebox_uid: "999"
|
||
storagebox_gid: "999"
|