Tightly integrate WhatsApp selectors into existing UIs

This commit is contained in:
2026-02-16 10:51:57 +00:00
parent a38339c809
commit 15af8af6b2
19 changed files with 2846 additions and 156 deletions

View File

@@ -51,7 +51,7 @@ services:
# limits:
# cpus: '0.1'
# memory: 0.25G
network_mode: host
#network_mode: host
# giadb:
# image: manticoresearch/manticore:dev
@@ -74,7 +74,7 @@ services:
# - "8080:8080"
volumes:
- "./signal-cli-config:/home/.local/share/signal-cli"
network_mode: host
#network_mode: host
ur:
image: xf/gia:prod
@@ -127,7 +127,7 @@ services:
# limits:
# cpus: '0.25'
# memory: 0.25G
network_mode: host
#network_mode: host
scheduling:
image: xf/gia:prod
@@ -178,7 +178,7 @@ services:
# limits:
# cpus: '0.25'
# memory: 0.25G
network_mode: host
#network_mode: host
migration:
image: xf/gia:prod
@@ -221,7 +221,7 @@ services:
# limits:
# cpus: '0.25'
# memory: 0.25G
network_mode: host
#network_mode: host
collectstatic:
image: xf/gia:prod
@@ -264,7 +264,7 @@ services:
# limits:
# cpus: '0.25'
# memory: 0.25G
network_mode: host
#network_mode: host
redis:
image: redis
@@ -286,7 +286,7 @@ services:
# limits:
# cpus: '0.25'
# memory: 0.25G
network_mode: host
#network_mode: host
volumes:
gia_redis_data: {}