From 1ffc7252521c42c5daa058d06981177077232c2c Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 21 Oct 2021 21:03:18 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=87=20Added=20an=20env=20variable=20fo?= =?UTF-8?q?r=20RabbitMQ=20hostname=20inside=20the=20docker=20container?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index c3b05b4..b626dc6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -78,7 +78,7 @@ services: - "3000:3000" environment: SERVICES: api - DOCKER_HOST: $HOSTNAME + DOCKER_RABBITMQ_HOST: "rabbitmq" labels: - "traefik.enable=true" - "traefik.http.routers.threetwo-import-api.rule=Host(`localhost`)"