From 49105a3fdfc73ded25a8cf5ad4d4f6e38dc29754 Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sat, 14 Feb 2026 22:24:13 +0000 Subject: [PATCH] Use host networking for local GIA stack services --- docker-compose.yml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 65b5461..0379774 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -47,18 +47,18 @@ services: # limits: # cpus: '0.1' # memory: 0.25G - #network_mode: host + network_mode: host - giadb: - image: manticoresearch/manticore:dev - container_name: giadb - restart: always - environment: - - EXTRA=1 - volumes: - - ./docker/data:/var/lib/manticore - #- ./docker/manticore.conf:/etc/manticoresearch/manticore.conf - # network_mode: host + # giadb: + # image: manticoresearch/manticore:dev + # container_name: giadb + # restart: always + # environment: + # - EXTRA=1 + # volumes: + # - ./docker/data:/var/lib/manticore + # #- ./docker/manticore.conf:/etc/manticoresearch/manticore.conf + # network_mode: host signal-cli-rest-api: image: bbernhard/signal-cli-rest-api:latest @@ -70,6 +70,7 @@ services: # - "8080:8080" volumes: - "./signal-cli-config:/home/.local/share/signal-cli" + network_mode: host ur: image: xf/gia:prod @@ -118,7 +119,7 @@ services: # limits: # cpus: '0.25' # memory: 0.25G - #network_mode: host + network_mode: host scheduling: image: xf/gia:prod @@ -167,7 +168,7 @@ services: # limits: # cpus: '0.25' # memory: 0.25G - #network_mode: host + network_mode: host migration: image: xf/gia:prod @@ -208,7 +209,7 @@ services: # limits: # cpus: '0.25' # memory: 0.25G - #network_mode: host + network_mode: host collectstatic: image: xf/gia:prod @@ -249,7 +250,7 @@ services: # limits: # cpus: '0.25' # memory: 0.25G - #network_mode: host + network_mode: host redis: image: redis @@ -271,7 +272,7 @@ services: # limits: # cpus: '0.25' # memory: 0.25G - #network_mode: host + network_mode: host volumes: gia_redis_data: {}