ci and compose update

This commit is contained in:
2026-07-25 12:33:53 +02:00
parent 0526406472
commit 4de8c2624a
5 changed files with 89 additions and 29 deletions
+5 -15
View File
@@ -1,12 +1,6 @@
services:
agentci:
image: agentci:local
build:
context: .
args:
AGENTCI_OPENCODE_VERSION: ${AGENTCI_OPENCODE_VERSION:-^1}
CODEGRAPH_VERSION: ${CODEGRAPH_VERSION:-1.3.1}
TEA_VERSION: ${TEA_VERSION:-0.14.2}
image: ${AGENTCI_IMAGE:-git.krtss.de/stanponomarev/agentci:latest}
restart: unless-stopped
depends_on:
opencode:
@@ -39,7 +33,7 @@ services:
- webhook_secret
- opencode_server_password
volumes:
- agentci_data:/var/lib/agentci
- ./data/agentci:/var/lib/agentci
- ./install-scripts:/etc/agentci/install-scripts:ro
tmpfs:
- /run/agentci:mode=1777
@@ -50,7 +44,7 @@ services:
- agentci_control
opencode:
image: agentci:local
image: ${AGENTCI_IMAGE:-git.krtss.de/stanponomarev/agentci:latest}
command: ["opencode", "serve", "--hostname", "0.0.0.0", "--port", "4096"]
restart: unless-stopped
environment:
@@ -81,8 +75,8 @@ services:
- gitea_token
- opencode_server_password
volumes:
- agentci_data:/var/lib/agentci
- opencode_home:/var/lib/opencode
- ./data/agentci:/var/lib/agentci
- ./data/opencode:/var/lib/opencode
tmpfs:
- /run/agentci:mode=1777
expose:
@@ -105,10 +99,6 @@ secrets:
opencode_server_password:
file: ./secrets/opencode_server_password
volumes:
agentci_data:
opencode_home:
networks:
gitea:
external: true