From 6ed4717a0e882bfa55d2812c7af020a41cdf6713 Mon Sep 17 00:00:00 2001 From: Nikhil Kumar Date: Wed, 18 Mar 2026 10:54:08 -0400 Subject: [PATCH] Add init option to ridgeback_celery service --- compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/compose.yaml b/compose.yaml index 940e766f..e169114f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -3,6 +3,7 @@ name: "Ridgeback Services ${RIDGEBACK_DEPLOYMENT}" x-ridgeback_celery: &ridgeback_celery image: mskcc/ridgeback:${RIDGEBACK_VERSION} restart: always + init: true user: "${DOCKER_UID}:${DOCKER_GID}" networks: - voyager_net