diff options
| author | 2026-05-02 20:28:02 +0700 | |
|---|---|---|
| committer | 2026-05-02 20:28:02 +0700 | |
| commit | 507bcbac6b1bf9f1a731afbe82bec10700f4028c (patch) | |
| tree | 8ccb5aed1ebe5a19d8c2f082967fcdf9184f4f2e /deploy/inventory.yml | |
| parent | 179cf888d20537a5f6e581256be95ad1e2f92d6b (diff) | |
| download | web-507bcbac6b1bf9f1a731afbe82bec10700f4028c.tar.gz web-507bcbac6b1bf9f1a731afbe82bec10700f4028c.zip | |
feat: integrate unix sockets into stage & prod
Diffstat (limited to 'deploy/inventory.yml')
| -rw-r--r-- | deploy/inventory.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deploy/inventory.yml b/deploy/inventory.yml index d3acab8..6b8a384 100644 --- a/deploy/inventory.yml +++ b/deploy/inventory.yml @@ -8,6 +8,7 @@ all: saya_today_web_hostname: sayauz-prod saya_today_web_ipv4_address: 172.16.0.17 saya_today_web_listen_address: saya.uz + saya_today_web_unix_sockets_mount: '/etc/sayauz' stage: hosts: @@ -17,3 +18,4 @@ all: saya_today_web_hostname: sayauz-stage saya_today_web_ipv4_address: 172.16.0.18 saya_today_web_listen_address: stage.saya.uz + saya_today_web_unix_sockets_mount: '/etc/sayauz' |