From 49a37b49582df9a229a22cb9f327e0f8fb92180e Mon Sep 17 00:00:00 2001 From: Agent Date: Sat, 4 Apr 2026 21:50:33 +0000 Subject: [PATCH] fix: correct docker-compose build context and remove fake hash --- .woodpecker/detect-duplicates.py | 1 - docker-compose.yml | 9 ++------- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.woodpecker/detect-duplicates.py b/.woodpecker/detect-duplicates.py index f3fc37d..1d2c195 100644 --- a/.woodpecker/detect-duplicates.py +++ b/.woodpecker/detect-duplicates.py @@ -302,7 +302,6 @@ def main() -> int: "f08a7139db9c96cd3526549c499c0332": "install_project_crons function in entrypoints (window f08a7139)", "f0917809bdf28ff93fff0749e7e7fea0": "install_project_crons function in entrypoints (window f0917809)", "f0e4101f9b90c2fa921e088057a96db7": "install_project_crons function in entrypoints (window f0e4101f)", - "e8e65ccfd5e5f5a5b5c5d5e5f5a5b5c5": "install_project_crons function in entrypoints (window 34)", } if not sh_files: diff --git a/docker-compose.yml b/docker-compose.yml index 75eb0ee..ee99c39 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.8" services: agents: build: - context: ../ + context: . dockerfile: docker/agents/Dockerfile image: disinto/agents:latest container_name: disinto-agents @@ -21,7 +21,7 @@ services: agents-llama: build: - context: ../ + context: . dockerfile: docker/agents/Dockerfile image: disinto/agents-llama:latest container_name: disinto-agents-llama @@ -52,8 +52,3 @@ services: - FORGEJO__service__REQUIRE_SIGNIN_VIEW=true ports: - "3000:3000" - -volumes: - data-agents: - data-llama: - data-forgejo: