Use host networking for local GIA stack services

This commit is contained in:
2026-02-14 22:24:13 +00:00
parent 7732ff9b17
commit 49105a3fdf

View File

@@ -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: {}