From e3173eaecb2d65333c45053681a6a3839525cd27 Mon Sep 17 00:00:00 2001 From: Piotr Biernat Date: Sun, 25 Jun 2023 03:34:58 +0200 Subject: [PATCH] dev env update --- deploy/egommerce-stack.dev.local.yml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/deploy/egommerce-stack.dev.local.yml b/deploy/egommerce-stack.dev.local.yml index 919d840..d93d9ac 100644 --- a/deploy/egommerce-stack.dev.local.yml +++ b/deploy/egommerce-stack.dev.local.yml @@ -7,14 +7,8 @@ services: - APP_DOMAIN=egommerce.local # - APP_PORT=48443 ports: - - target: 443 - published: 48443 - mode: host - - target: 8080 - published: 48444 - mode: host - # - 48443:443 - # - 48444:8080 + - 48443:443 + - 48444:8080 # - 5672:5672 api-registry: @@ -24,11 +18,8 @@ services: - APP_DOMAIN=registry.egommerce.local # - APP_PORT=48445 ports: - - target: 8500 - published: 48445 - mode: host - # - 48445:8500 - # - 8600:8600/udp + - 48445:8500 + - 8600:8600/udp api-eventbus: env_file: .env.local