From 490587735b59e8087a514ac283af04425404c716 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 13 Oct 2021 21:10:06 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Switched=20to=20using=20service?= =?UTF-8?q?=20names?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 83f6425..cbee97e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,11 +10,11 @@ services: - "8050:8050" - "3050:3050" depends_on: - - queue - - reverse-proxy - - threetwo-import-api + - rabbitmq + - nginx + - importapi - import - - image-transformation + - imagetransformation networks: - proxy