From 8f1be18f505c552df14a4f5949da5e657e921cbd Mon Sep 17 00:00:00 2001 From: Raymond Jacobson Date: Thu, 29 Dec 2022 19:32:03 -0800 Subject: [PATCH] Update discovery for skip missing users fix https://github.com/AudiusProject/audius-protocol/pull/4546 --- discovery-provider/docker-compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/discovery-provider/docker-compose.yml b/discovery-provider/docker-compose.yml index 91c72b527..efd8f72a6 100644 --- a/discovery-provider/docker-compose.yml +++ b/discovery-provider/docker-compose.yml @@ -100,7 +100,7 @@ services: backend: container_name: server - image: audius/discovery-provider:${TAG:-079456b9d84db0a7a5adb90da63a6acb25b8df78} + image: audius/discovery-provider:${TAG:-c5dc13145aebfb6980e47eed021fe8bfe3a285ec} restart: always mem_limit: "${SERVER_MEM_LIMIT:-16000000000}" depends_on: @@ -128,7 +128,7 @@ services: indexer: container_name: indexer - image: audius/discovery-provider:${TAG:-079456b9d84db0a7a5adb90da63a6acb25b8df78} + image: audius/discovery-provider:${TAG:-c5dc13145aebfb6980e47eed021fe8bfe3a285ec} restart: always depends_on: db: @@ -158,7 +158,7 @@ services: - discovery-provider-network seed: - image: audius/discovery-provider:${TAG:-079456b9d84db0a7a5adb90da63a6acb25b8df78} + image: audius/discovery-provider:${TAG:-c5dc13145aebfb6980e47eed021fe8bfe3a285ec} command: bash /usr/share/seed.sh ${NETWORK:-prod} env_file: - ${NETWORK:-prod}.env