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: # limits:
# cpus: '0.1' # cpus: '0.1'
# memory: 0.25G # memory: 0.25G
#network_mode: host network_mode: host
giadb: # giadb:
image: manticoresearch/manticore:dev # image: manticoresearch/manticore:dev
container_name: giadb # container_name: giadb
restart: always # restart: always
environment: # environment:
- EXTRA=1 # - EXTRA=1
volumes: # volumes:
- ./docker/data:/var/lib/manticore # - ./docker/data:/var/lib/manticore
#- ./docker/manticore.conf:/etc/manticoresearch/manticore.conf # #- ./docker/manticore.conf:/etc/manticoresearch/manticore.conf
# network_mode: host # network_mode: host
signal-cli-rest-api: signal-cli-rest-api:
image: bbernhard/signal-cli-rest-api:latest image: bbernhard/signal-cli-rest-api:latest
@@ -70,6 +70,7 @@ services:
# - "8080:8080" # - "8080:8080"
volumes: volumes:
- "./signal-cli-config:/home/.local/share/signal-cli" - "./signal-cli-config:/home/.local/share/signal-cli"
network_mode: host
ur: ur:
image: xf/gia:prod image: xf/gia:prod
@@ -118,7 +119,7 @@ services:
# limits: # limits:
# cpus: '0.25' # cpus: '0.25'
# memory: 0.25G # memory: 0.25G
#network_mode: host network_mode: host
scheduling: scheduling:
image: xf/gia:prod image: xf/gia:prod
@@ -167,7 +168,7 @@ services:
# limits: # limits:
# cpus: '0.25' # cpus: '0.25'
# memory: 0.25G # memory: 0.25G
#network_mode: host network_mode: host
migration: migration:
image: xf/gia:prod image: xf/gia:prod
@@ -208,7 +209,7 @@ services:
# limits: # limits:
# cpus: '0.25' # cpus: '0.25'
# memory: 0.25G # memory: 0.25G
#network_mode: host network_mode: host
collectstatic: collectstatic:
image: xf/gia:prod image: xf/gia:prod
@@ -249,7 +250,7 @@ services:
# limits: # limits:
# cpus: '0.25' # cpus: '0.25'
# memory: 0.25G # memory: 0.25G
#network_mode: host network_mode: host
redis: redis:
image: redis image: redis
@@ -271,7 +272,7 @@ services:
# limits: # limits:
# cpus: '0.25' # cpus: '0.25'
# memory: 0.25G # memory: 0.25G
#network_mode: host network_mode: host
volumes: volumes:
gia_redis_data: {} gia_redis_data: {}