chore(network): ajout des extra_hosts (4NK et 4NK_IA) dans l’ancre x-4nk-extra-hosts

This commit is contained in:
Nicolas Cantu 2025-09-11 16:16:15 +02:00
parent c6e0577d45
commit cf10ee2711

View File

@ -17,6 +17,15 @@ x-4nk-extra-hosts: &x-4nk-extra-hosts
- "loki.local:172.20.0.51"
- "prometheus.local:172.20.0.52"
- "promtail.local:172.20.0.53"
- "4nk-ia-api.local:172.23.0.10"
- "4nk-ia-worker.local:172.23.0.11"
- "4nk-ia-postgres.local:172.23.0.12"
- "4nk-ia-redis.local:172.23.0.13"
- "4nk-ia-minio.local:172.23.0.14"
- "4nk-ia-ollama.local:172.23.0.15"
- "4nk-ia-anythingllm.local:172.23.0.16"
- "4nk-ia-neo4j.local:172.23.0.17"
- "4nk-ia-opensearch.local:172.23.0.18"
# Updated to use newer Go-based images for builds; placeholder for future dynamic tag adjustments
@ -116,12 +125,12 @@ services:
- "8090:8090"
- "8091:8091"
environment:
- RELAY_RPC_USER=""
- RELAY_RPC_PASSWORD=""
- COOKIE_PATH="/home/bitcoin/.bitcoin/signet/.cookie"
- relay_rpc_user=""
- relay_rpc_password=""
- cookie_path="/home/bitcoin/.bitcoin/signet/.cookie"
- RELAY_RPC_USER=
- RELAY_RPC_PASSWORD=
- COOKIE_PATH=/home/bitcoin/.bitcoin/signet/.cookie
- relay_rpc_user=
- relay_rpc_password=
- cookie_path=/home/bitcoin/.bitcoin/signet/.cookie
volumes:
- ./modules/sdk_relay1/conf/sdk_relay1.conf:/home/bitcoin/.conf:ro
- ./modules/sdk_relay1/logs:/home/bitcoin/logs
@ -149,12 +158,12 @@ services:
- "8092:8090"
- "8093:8091"
environment:
- RELAY_RPC_USER=""
- RELAY_RPC_PASSWORD=""
- COOKIE_PATH="/home/bitcoin/.bitcoin/signet/.cookie"
- relay_rpc_user=""
- relay_rpc_password=""
- cookie_path="/home/bitcoin/.bitcoin/signet/.cookie"
- RELAY_RPC_USER=
- RELAY_RPC_PASSWORD=
- COOKIE_PATH=/home/bitcoin/.bitcoin/signet/.cookie
- relay_rpc_user=
- relay_rpc_password=
- cookie_path=/home/bitcoin/.bitcoin/signet/.cookie
volumes:
- ./modules/sdk_relay2/conf/sdk_relay2.conf:/home/bitcoin/.conf:ro
- ./modules/sdk_relay2/logs:/home/bitcoin/logs
@ -182,12 +191,12 @@ services:
- "8094:8090"
- "8095:8091"
environment:
- RELAY_RPC_USER=""
- RELAY_RPC_PASSWORD=""
- COOKIE_PATH="/home/bitcoin/.bitcoin/signet/.cookie"
- relay_rpc_user=""
- relay_rpc_password=""
- cookie_path="/home/bitcoin/.bitcoin/signet/.cookie"
- RELAY_RPC_USER=
- RELAY_RPC_PASSWORD=
- COOKIE_PATH=/home/bitcoin/.bitcoin/signet/.cookie
- relay_rpc_user=
- relay_rpc_password=
- cookie_path=/home/bitcoin/.bitcoin/signet/.cookie
volumes:
- ./modules/sdk_relay3/conf/sdk_relay3.conf:/home/bitcoin/.conf:ro
- ./modules/sdk_relay3/logs:/home/bitcoin/logs
@ -260,10 +269,10 @@ services:
start_period: 40s
environment:
- U32_MAX=4294967295
- BASEURL="http://ihm-client.local"
- BASEURL=http://ihm-client.local
- BOOTSTRAPURL=["http://sdk-relay1.local:8090"]
- STORAGEURL="http://sdk-storage.local/storage"
- BLINDBITURL="http://blindbit.local:8000"
- STORAGEURL=http://sdk-storage.local/storage
- BLINDBITURL=http://blindbit.local:8000
- DEFAULTAMOUNT=1000
coffre-front.local:
@ -340,7 +349,7 @@ services:
- DB_NAME=miniback
- DB_USER=miniback
- DB_PASSWORD=minibackpassword
- LOG_LEVEL="debug"
- LOG_LEVEL=debug
loki.local:
<<: *x-4nk-extra-hosts