From 08725dd99ab8336aea9bf115b7bf3d5f887787c0 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 19 Sep 2020 17:57:06 -0500 Subject: [PATCH] =?UTF-8?q?fix(archival):=20=F0=9F=90=9B=20don't=20re-crea?= =?UTF-8?q?te=20directory=20when=20archival=20is=20released?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index fc1cf0d66..b63b490fc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -19,7 +19,6 @@ services: - archival depends_on: - archival-scheduling-db - - directory-api volumes: - archival-application-insights:/app/${APPLICATION_INSIGHTS_SERVER_TELEMETRY_CHANNEL_STORAGE_PATH} - archival-archives:/app/${ARCHIVAL_GIT_REPOSITORY_PATH}