Use host networking for local GIA stack services
This commit is contained in:
@@ -47,17 +47,17 @@ 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
|
||||
# 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:
|
||||
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user