From fb9bd164b0cc4acfe25c548a5dbcd7125f919046 Mon Sep 17 00:00:00 2001 From: Ryan Emerle Date: Tue, 1 Feb 2022 10:58:26 -0500 Subject: [PATCH] Remove hard dependency on API for Portal - Remove `api` from `depends_on` in the QuickStart compose file as the API may be started externally --- quickstart/docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/quickstart/docker-compose.yml b/quickstart/docker-compose.yml index 35d08e6d0..86aa4ea4b 100644 --- a/quickstart/docker-compose.yml +++ b/quickstart/docker-compose.yml @@ -65,7 +65,6 @@ services: volumes: - ../build/docker/portal/application.conf:/opt/vinyldns/conf/application.conf depends_on: - - api - ldap # Custom network so that we don't interfere with the host system