From 4ed9b235994ac40da740e5ccbaba38a9b9192d85 Mon Sep 17 00:00:00 2001 From: Ben Date: Thu, 1 Jan 2026 04:41:05 +0000 Subject: [PATCH] Update compose to use standard network --- compose.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/compose.yaml b/compose.yaml index e2a7d62..21a87c8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -20,12 +20,6 @@ services: - VCS__HTTP_CLIENT__API_URL=${GITEA_API_URL:-http://gitea-server:3000/api/v1} volumes: - xai-cache:/root/.cache - networks: - - gitea_network volumes: xai-cache: - -networks: - gitea_network: - external: true # Assuming Gitea is on a network, or remove if standalone