From 4edd243674f659f3f6892bcc19affcf3d62c0d31 Mon Sep 17 00:00:00 2001 From: Pujit Mehrotra Date: Wed, 5 Nov 2025 16:10:53 -0500 Subject: [PATCH] feat: add ENABLE_NEXT_DOCKER_RELEASE=true to staging environment --- api/.env.staging | 1 + 1 file changed, 1 insertion(+) diff --git a/api/.env.staging b/api/.env.staging index cb526b0eb..8a1baef66 100644 --- a/api/.env.staging +++ b/api/.env.staging @@ -3,3 +3,4 @@ NODE_ENV="production" PORT="/var/run/unraid-api.sock" MOTHERSHIP_GRAPHQL_LINK="https://staging.mothership.unraid.net/ws" PATHS_CONFIG_MODULES="/boot/config/plugins/dynamix.my.servers/configs" +ENABLE_NEXT_DOCKER_RELEASE=true