From c0a8a7aef1e328b91d839cbe69869fc043cb735c Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Sat, 24 Jun 2023 19:22:03 +0200 Subject: [PATCH] Update mikr.us env --- deploy/egommerce-stack.dev.local.yml | 2 +- deploy/egommerce-stack.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/deploy/egommerce-stack.dev.local.yml b/deploy/egommerce-stack.dev.local.yml index 03bc59e..843d5a0 100644 --- a/deploy/egommerce-stack.dev.local.yml +++ b/deploy/egommerce-stack.dev.local.yml @@ -10,7 +10,7 @@ services: - '5672:5672' api-registry: - command: ["-bootstrap-expect=1", "advertise-addr=135.181.211.5", "-ui-content-path=/registry", -log-level=DEBUG] + command: ["-bootstrap-expect=1", "advertise=135.181.211.5", "-ui-content-path=/registry", -log-level=DEBUG] environment: - APP_DOMAIN=registry.egommerce.local ports: diff --git a/deploy/egommerce-stack.yml b/deploy/egommerce-stack.yml index af38dcf..562a675 100644 --- a/deploy/egommerce-stack.yml +++ b/deploy/egommerce-stack.yml @@ -25,6 +25,7 @@ services: - CONSUL_HTTP_TOKEN=VeryS3cr3tTok3N volumes: - registry_data:/consul/data + # - ./ networks: - api-registry-network - api-logger-network