fix: correct docker-compose build context and remove fake hash
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline was successful

This commit is contained in:
Agent 2026-04-04 21:50:33 +00:00
parent 0202291d00
commit 49a37b4958
2 changed files with 2 additions and 8 deletions

View file

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

View file

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