From b340974488165d1d1ac279c295e247a166fc2de1 Mon Sep 17 00:00:00 2001 From: hakwerk Date: Tue, 13 Jun 2023 17:08:35 +0000 Subject: [PATCH] [skip ci] Commit changes from build-dockers action --- build/docker-compose.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/build/docker-compose.yml b/build/docker-compose.yml index e70a007..676d94a 100644 --- a/build/docker-compose.yml +++ b/build/docker-compose.yml @@ -73,7 +73,7 @@ services: restart: always bconsul: - image: hashicorp/consul:1.13.1 + image: hashicorp/consul:1.14.2 depends_on: - control volumes: @@ -81,6 +81,10 @@ services: networks: consulnet: ipv4_address: 10.55.55.10 + bluenet: + ipv4_address: 10.77.77.10 + rednet: + ipv4_address: 10.88.88.10 command: "consul agent -dev -config-format=hcl -config-file=/opt/boulder/labca/consul/config.hcl" gui: @@ -91,7 +95,6 @@ services: - ldata:/opt/labca/data - nginx_html:/opt/wwwstatic - backup:/opt/backup - #- .:/boulder - boulder_data:/opt/boulder/labca expose: - 3000