Update compose to use standard network
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 0s

This commit is contained in:
Ben
2026-01-01 04:41:05 +00:00
parent c8ea6d7288
commit 4ed9b23599

View File

@@ -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